[clang] [llvm] [clang][AArch64] Parse more features in getHostCPUFeatures (PR #146323)

Ricardo Jesus via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 06:05:06 PDT 2025


================
@@ -1,62 +1,67 @@
 // REQUIRES: aarch64-registered-target,system-linux,aarch64-host
-// RUN: export LLVM_CPUINFO=%S/Inputs/cpunative/neoverse-v2
-// RUN: %clang --target=aarch64 --print-enabled-extensions -mcpu=native | FileCheck --strict-whitespace --check-prefix=CHECK-FEAT-NV2 --implicit-check-not=FEAT_ %s
+// RUN: export LLVM_CPUINFO=%S/Inputs/cpunative/grace
----------------
rj-jesus wrote:

What if we removed the runlines for Grace since they are already covered in `clang/test/Driver/print-enabled-extensions/aarch64-grace.c`?

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


More information about the llvm-commits mailing list