[PATCH] D37488: [scudo] getauxval alternative for Android
Aleksey Shlyapnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 14:01:05 PDT 2017
alekseyshl added inline comments.
================
Comment at: lib/scudo/scudo_utils.cpp:115
+# ifndef AT_HWCAP
+# define AT_HWCAP 16
+# endif
----------------
If you agree with redefining getauxval, it should be moved next to the function definition too.
https://reviews.llvm.org/D37488
More information about the llvm-commits
mailing list