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

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 15:02:36 PDT 2017


cryptoad marked an inline comment as done.
cryptoad added inline comments.


================
Comment at: lib/scudo/scudo_utils.cpp:28
+
+# ifndef AT_HWCAP
+#  define AT_HWCAP 16
----------------
alekseyshl wrote:
> It should never be defined here, right? So, we can drop  #ifndef.
True, I was being more conservative than probably needed!


https://reviews.llvm.org/D37488





More information about the llvm-commits mailing list