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

Esme Yi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 17 00:16:55 PDT 2023


Esme created this revision.
Esme added reviewers: shchenz, DiggerLin, hubert.reinterpretcast, PowerPC.
Herald added a subscriber: hiraditya.
Herald added a project: All.
Esme requested review of this revision.
Herald added subscribers: llvm-commits, cfe-commits, MaskRay.
Herald added projects: clang, LLVM.

Clang uses LLVM’s integrated assembler by default on most targets, however non-integrated-as mode is default on AIX.
Currently integrated-as mode on AIX has passed tests of LNT, bootstrap, RingX and Spec2017, therefore this patch sets integrated-as as the default assembler mode on AIX.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150758

Files:
  clang/lib/Driver/ToolChains/AIX.h
  clang/test/Driver/aix-as.c
  clang/test/Driver/aix-integrated-as.c
  llvm/lib/MC/MCAsmInfoXCOFF.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150758.522919.patch
Type: text/x-patch
Size: 4139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230517/d927dc1e/attachment.bin>


More information about the cfe-commits mailing list