[PATCH] D17883: [ASAN] Add support for mips/mips64 android
Alexey Samsonov via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 10:37:03 PST 2016
samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.
LGTM with a nit. Thanks!
================
Comment at: lib/sanitizer_common/sanitizer_platform_limits_posix.h:547
@@ -544,1 +546,3 @@
};
+#elif SANITIZER_ANDROID && SANITIZER_MIPS32 // check this before WORDSIZE == 32
+ struct __sanitizer_sigaction {
----------------
double space before "//"
Repository:
rL LLVM
http://reviews.llvm.org/D17883
More information about the llvm-commits
mailing list