[PATCH] D127812: [AArch64] FMV support and necessary target features dependencies.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 05:32:51 PST 2023
nikic added inline comments.
================
Comment at: compiler-rt/lib/builtins/cpu_model.c:1338
+ hwcap = getauxval(AT_HWCAP);
+ hwcap2 = getauxval(AT_HWCAP2);
+#endif // defined(__FreeBSD__)
----------------
This breaks the build with glibc 2.17.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127812/new/
https://reviews.llvm.org/D127812
More information about the llvm-commits
mailing list