================
@@ -9203,7 +9203,9 @@ void LinkerWrapper::ConstructJob(Compilation &C, const
JobAction &JA,
ArgStringList CompilerArgs;
ArgStringList LinkerArgs;
for (Arg *A : C.getArgsForToolChain(TC, /*BoundArch=*/"", Kind)) {
- if (ShouldForward(CompilerOptions, A))
+ if (A->getOption().matches(OPT_Zlinker_input))
----------------
sarnex wrote:
got it
https://github.com/llvm/llvm-project/pull/126248
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits