Skip to content

Commit d1eb2a3

Browse files
committed
switch default to off. All psdb tests pass with it on.
1 parent 8d061bf commit d1eb2a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9396,7 +9396,7 @@ void LinkerWrapper::ConstructJob(Compilation &C, const JobAction &JA,
93969396
}
93979397
}
93989398
if (isAMDGPU && Args.hasFlag(options::OPT_opaque_offload_linker,
9399-
options::OPT_no_opaque_offload_linker, true)) {
9399+
options::OPT_no_opaque_offload_linker, false)) {
94009400
ConstructOpaqueJob(C, JA, Output, Inputs, Args, OTC->getTriple(),
94019401
LinkingOutput);
94029402
return;

0 commit comments

Comments
 (0)