[PATCH] D150758: [AIX] make integrated-as as default on AIX.
ChenZheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 17 22:32:21 PDT 2023
shchenz added inline comments.
================
Comment at: llvm/lib/MC/MCAsmInfoXCOFF.cpp:55
HasDotTypeDotSizeDirective = false;
- UseIntegratedAssembler = false;
+ UseIntegratedAssembler = true;
ParseInlineAsmUsingAsmParser = true;
----------------
brad wrote:
> Instead of setting the value to true you can just remove the line all together.
+1
And maybe this default value change can be put into another patch, as this is for backend?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150758/new/
https://reviews.llvm.org/D150758
More information about the cfe-commits
mailing list