Skip to content

Commit c2e9b14

Browse files
committed
stop generating -- for llvm.llink, just like amd-staging now
1 parent 851c1c8 commit c2e9b14

File tree

1 file changed

+0
-1
lines changed
  • flang-legacy/17.0-4/llvm-legacy/clang/lib/Driver/ToolChains

1 file changed

+0
-1
lines changed

flang-legacy/17.0-4/llvm-legacy/clang/lib/Driver/ToolChains/Clang.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9203,7 +9203,6 @@ void LinkerWrapper::ConstructJob(Compilation &C, const JobAction &JA,
92039203
// Add the linker arguments to be forwarded by the wrapper.
92049204
CmdArgs.push_back(Args.MakeArgString(Twine("--linker-path=") +
92059205
LinkCommand->getExecutable()));
9206-
CmdArgs.push_back("--");
92079206
for (const char *LinkArg : LinkCommand->getArguments())
92089207
CmdArgs.push_back(LinkArg);
92099208

0 commit comments

Comments
 (0)