[PATCH] D144654: [Lex] Warn when defining or undefining any builtin macro
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 17 07:59:53 PDT 2023
thakis added a comment.
In D144654#4349908 <https://reviews.llvm.org/D144654#4349908>, @john.brawn wrote:
> This patch caused a failure in AArch64 buildbots due to AArch64TargetInfo::getTargetDefines redefining _LP64 and __LP64__. Fixed in https://reviews.llvm.org/rGe55d52cd34fb7a6a6617639d147b9d0abaceeeab.
Tests are still failing even with this: http://45.33.8.238/macm1/60903/step_7.txt
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144654/new/
https://reviews.llvm.org/D144654
More information about the cfe-commits
mailing list