[PATCH] D17881: [Compiler-rt][MIPS] Defining macros for MIPS archs
Filipe Cabecinhas via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 7 01:23:59 PST 2016
filcab added a subscriber: filcab.
================
Comment at: lib/sanitizer_common/sanitizer_platform.h:106
@@ +105,3 @@
+#else
+# define SANITIZER_MIPS 0
+#endif
----------------
Missing `SANITIZER_MIPS32` and `SANITIZER_MIPS64` defined to `0`.
Repository:
rL LLVM
http://reviews.llvm.org/D17881
More information about the llvm-commits
mailing list