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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits