[PATCH] D136413: [Clang][LoongArch] Define more LoongArch specific built-in macros

Youling Tang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 20 20:32:19 PDT 2022


tangyouling added a comment.

Do we need to add the definition of the `__loongarch64` macro? gcc has that definition (but it is not recommended to use it, just for compatibility with previous code).
It has been used in some projects before, such as linux kernel, libunwind etc.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136413



More information about the cfe-commits mailing list