[PATCH] D152924: [libLTO][AIX] Respect `-f[no]-integrated-as` on AIX
Qiongsi Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 11 12:35:42 PDT 2023
qiongsiwu1 added a comment.
In D152924#4490581 <https://reviews.llvm.org/D152924#4490581>, @MaskRay wrote:
> We have `TargetOptions::DisableIntegratedAS` (your llc.cpp change). Do you know why it is not feasible for the places you want to check?
I am checking/using `TargetOptions::DisableIntegratedAS` in `LTOCodeGenerator::useAIXSystemAssembler()` to determine if the system assembler should be used. `NoIntegratedAssembler` is moved from an `llc` only option to a codegen option so LTO can use it as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152924/new/
https://reviews.llvm.org/D152924
More information about the cfe-commits
mailing list