[PATCH] D37488: [scudo] getauxval alternative for Android

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 14:55:51 PDT 2017


alekseyshl accepted this revision.
alekseyshl added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/scudo/scudo_utils.cpp:28
+
+# ifndef AT_HWCAP
+#  define AT_HWCAP 16
----------------
It should never be defined here, right? So, we can drop  #ifndef.


https://reviews.llvm.org/D37488





More information about the llvm-commits mailing list