[clang] [llvm] [clang][AArch64] Add getHostCPUFeatures to query for enabled features in cpu info (PR #97749)

Elvina Yakubova via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 29 02:43:05 PDT 2024


================
@@ -0,0 +1,137 @@
+// 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
+
----------------
ElvinaYakubova wrote:

thanks, you're right, added it

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


More information about the cfe-commits mailing list