ilinpv added inline comments.

================
Comment at: compiler-rt/lib/builtins/cpu_model.c:1338
+  hwcap = getauxval(AT_HWCAP);
+  hwcap2 = getauxval(AT_HWCAP2);
+#endif // defined(__FreeBSD__)
----------------
nikic wrote:
> This breaks the build with glibc 2.17.
Thanks for https://reviews.llvm.org/D145494 fix. AT_HWCAP2 was not defined.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127812/new/

https://reviews.llvm.org/D127812

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to