[clang] [llvm] Reland [clang][AArch64] Add getHostCPUFeatures to query for enabled f… (PR #115467)

David Green via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 12 06:05:22 PST 2024


davemgreen wrote:

You have to go searching in the test output for the aarch64-mcpu-native.c test. The bots run clang tests separately to llvm, with a lot of verbose output, which means the test that is failing might not be at the end of the output. It looks like it still has the same error message in the latest test run.

I think I see what is going on - you might have to make sure that the machine this runs on is AArch64 (and maybe linux), as getHostCPUName is ifdef'd per the host architecture. It will be difficult to test elsewhere.

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


More information about the cfe-commits mailing list