[PATCH] D68177: compiler-rt: move all __GLIBC_PREREQ into own header file

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 1 13:52:02 PDT 2019


ro added inline comments.


================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_glibc_version.h:20
+#include <features.h>
+#endif
+
----------------
That's exactly the change I've successfully tested on both
`amd64-pc-solaris2.11` and `sparcv9-sun-solaris2.11`
earlier today.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68177





More information about the llvm-commits mailing list