[PATCH] D154686: [AIX][XCOFF] make integrated-as as default on AIX.
Brad Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 23:16:40 PDT 2023
brad created this revision.
brad added reviewers: PowerPC, daltenty, DiggerLin, shchenz, Esme.
brad added a project: LLVM.
Herald added a subscriber: hiraditya.
Herald added a project: All.
brad requested review of this revision.
IAS was enabled on AIX in Clang. Also make sure to follow up with the part of the diff that was removed to enable support in the backend as well.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154686
Files:
llvm/lib/MC/MCAsmInfoXCOFF.cpp
Index: llvm/lib/MC/MCAsmInfoXCOFF.cpp
===================================================================
--- llvm/lib/MC/MCAsmInfoXCOFF.cpp
+++ llvm/lib/MC/MCAsmInfoXCOFF.cpp
@@ -52,7 +52,6 @@
COMMDirectiveAlignmentIsInBytes = false;
LCOMMDirectiveAlignmentType = LCOMM::Log2Alignment;
HasDotTypeDotSizeDirective = false;
- UseIntegratedAssembler = false;
ParseInlineAsmUsingAsmParser = true;
NeedsFunctionDescriptors = true;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154686.537999.patch
Type: text/x-patch
Size: 445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230707/563f4157/attachment.bin>
More information about the llvm-commits
mailing list