================
@@ -1545,6 +1545,8 @@ class TargetInfo : public TransferrableTargetInfo,
return true;
if (getTriple().getArch() == llvm::Triple::ArchType::avr)
return true;
+ if (getTriple().isOSAIX())
----------------
w2yehia wrote:
this will have the same logic as in `aix::Linker::ConstructJob` in
`Driver/ToolChains/AIX.cpp`, but I deduplicate in any reasonable way.
https://github.com/llvm/llvm-project/pull/153049
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits