[PATCH] [TSan][MIPS] Adding support for MIPS64

Dmitry Vyukov dvyukov at google.com
Sun Jan 18 23:46:16 PST 2015


REPOSITORY
  rL LLVM

================
Comment at: lib/tsan/rtl/tsan_rtl.h:702
@@ -689,1 +701,3 @@
+// TODO(sagarthakur): Implement HACKY_CALL for mips
+#if !SANITIZER_DEBUG && !defined(__mips__)
 // The caller may not create the stack frame for itself at all,
----------------
please change !defined(__mips__) to defined(__x86_64__)
people working on aarch64 has a similar change that disables HACKY_CALL for aarch64

http://reviews.llvm.org/D6291

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list