[PATCH] [asan] [mips] added support of asan for mips64/mips64el

Kostya Serebryany kcc at google.com
Wed Nov 12 10:23:28 PST 2014


r221800.

================
Comment at: lib/sanitizer_common/sanitizer_platform.h:115
@@ +114,3 @@
+#else
+# define SANITIZER_POINTER_FORMAT_LENGTH FIRST_32_SECOND_64(12, 8)
+#endif
----------------
This needs to be "8,12", not "12,8"
Please make sure your patches pass testing (check-all) on x86_64 Linux:

http://reviews.llvm.org/D6024






More information about the llvm-commits mailing list