[PATCH] D108917: [AIX][PowerPC] Define __powerpc and __PPC macros

Chris Bowler via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 1 09:14:53 PDT 2021


cebowleratibm requested changes to this revision.
cebowleratibm added inline comments.
This revision now requires changes to proceed.


================
Comment at: clang/test/Preprocessor/init-ppc.c:520
 // PPC-AIX:#define __POWERPC__ 1
+// PPC-AIX:#define __PPC 1
 // PPC-AIX:#define __PPC__ 1
----------------
I suggest adding the negative test for the non AIX target for both __PPC and__powerpc


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108917/new/

https://reviews.llvm.org/D108917



More information about the cfe-commits mailing list