================
@@ -10073,8 +10084,10 @@ void LinkerWrapper::ConstructJob(Compilation &C, const
JobAction &JA,
}
// Add the linker arguments to be forwarded by the wrapper.
- CmdArgs.push_back(Args.MakeArgString(Twine("--linker-path=") +
- LinkCommand->getExecutable()));
+ CmdArgs.push_back(Args.MakeArgString(
----------------
jhuber6 wrote:
Do we need to make this nullable? Should the linker wrapper just work without
one passed in for these types of jobs?
https://github.com/llvm/llvm-project/pull/211675
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits