[clang] [AArch64] Remove strict checks from init-aarch64.c (PR #134338)

David Green via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 4 09:37:17 PDT 2025


davemgreen wrote:

The way we tried to mitigate this in the past was to use -target=aarch64-arm-none-eabi for our downstream compiler, and have downstream differences gated on the arm vendor. It can help keep the upstream tests the same if they use -target=aarch64-unknown-linux-gnu, and have downstream tests checking only the differences.

That was an embedded compiler, so the triples might have been easier to change.

https://github.com/llvm/llvm-project/pull/134338


More information about the cfe-commits mailing list