This revision was automatically updated to reflect the committed changes.
Closed by commit rG37f23ea97fde: [AIX][PowerPC] Define __powerpc and __PPC
macros (authored by Jake-Egan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108917/new/
https://re
cebowleratibm accepted this revision.
cebowleratibm added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108917/new/
https://reviews.llvm.org/D108917
Jake-Egan updated this revision to Diff 369992.
Jake-Egan added a comment.
Add negative test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108917/new/
https://reviews.llvm.org/D108917
Files:
clang/lib/Basic/Targets/PPC.cpp
clang/test/Preproce
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
---