[PATCH] D17881: [Compiler-rt][MIPS] Defining macros for MIPS archs
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 4 11:03:41 PST 2016
eugenis added inline comments.
================
Comment at: lib/sanitizer_common/sanitizer_platform.h:97
@@ +96,3 @@
+#if defined(__mips__)
+# define SANITIZER_MIPS 1
+# if defined(__mips64)
----------------
#else
#define SANITIZER_MIPS 0
the some for the other two
Repository:
rL LLVM
http://reviews.llvm.org/D17881
More information about the llvm-commits
mailing list