[PATCH] D131580: [clang][SVE] Undefine preprocessor macro defined in

Paul Walker via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 10 09:13:54 PDT 2022


paulwalker-arm 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";
----------------
Can you also do this for `__aio`?


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