[PATCH] D155201: [Clang][AArch64] Introduce CLANG_AARCH64_DEFAULT_CPU
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 09:16:00 PDT 2023
SjoerdMeijer abandoned this revision.
SjoerdMeijer added a comment.
In D155201#4498039 <https://reviews.llvm.org/D155201#4498039>, @MaskRay wrote:
> I missed the `CLANG_SYSTEMZ_DEFAULT_ARCH` introduction, but adding this kind of customization is what we strive to avoid and there is trend to remove more `CLANG_*_DEFAULT`.
> Can you use https://clang.llvm.org/docs/UsersManual.html#configuration-files instead?
Ha, I didn't know about these configuration files!
Sorry @tschuett , you also suggested that, I had not yet looked closely enough.
Thanks for the suggestions. These config files look exactly what I need, so am happy to abandon this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155201/new/
https://reviews.llvm.org/D155201
More information about the llvm-commits
mailing list