[PATCH] D150758: [AIX] make integrated-as as default on AIX.

Brad Smith via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 17 19:06:25 PDT 2023


brad added inline comments.


================
Comment at: llvm/lib/MC/MCAsmInfoXCOFF.cpp:55
   HasDotTypeDotSizeDirective = false;
-  UseIntegratedAssembler = false;
+  UseIntegratedAssembler = true;
   ParseInlineAsmUsingAsmParser = true;
----------------
Instead of setting the value to true you can just remove the line all together.


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