[PATCH] D131580: [clang][SVE] Undefine preprocessor macro defined in
mgabka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 11 03:01:35 PDT 2022
mgabka marked an inline comment as done.
mgabka added inline comments.
================
Comment at: clang/utils/TableGen/SveEmitter.cpp:1285
OS << "#endif\n\n";
+ OS << "#undef __ai\n\n";
OS << "#endif /*__ARM_FEATURE_SVE */\n\n";
----------------
paulwalker-arm wrote:
> Can you also do this for `__aio`?
sure, I didn't notice that one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131580/new/
https://reviews.llvm.org/D131580
More information about the cfe-commits
mailing list