[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 04:05:39 PDT 2025


================

----------------
rj-jesus wrote:

I'm just not sure what test coverage the Neoverse V2 file brings.

I assume the goal of having both files (Neoverse V2 and Grace) is to ensure that we don't enable the crypto features added in this patch if `/proc/cpuinfo` doesn't list them. But there are already other mock cpuinfo files in `clang/test/Driver/Inputs/cpunative` that don't contain them, so I think we should already have coverage for those cases. Do you see what I mean?

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


More information about the llvm-commits mailing list