[PATCH] D155201: [Clang][AArch64] Introduce CLANG_AARCH64_DEFAULT_CPU

Madhur Amilkanthwar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 08:43:25 PDT 2023


madhur13490 added a comment.

Other approach worth looking at is to push args in Clang.cpp. We can look at `AddAArch64TargetArgs()` and pass default CPU if -mcpu or mtune is not provided.


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

https://reviews.llvm.org/D155201



More information about the llvm-commits mailing list