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

Mohit Bhakkad mohit.bhakkad at imgtec.com
Thu Nov 13 21:27:21 PST 2014


================
Comment at: lib/sanitizer_common/sanitizer_posix.cc:93
@@ -92,1 +92,3 @@
   return (1ULL << 40) - 1;
+# elif defined(__mips64)
+  return (1ULL << 40) - 1;  // 0x000000ffffffffffUL;
----------------
samsonov wrote:
> Hm? This looks similar to the previous #elif
Sorry for my mistake, I didn't realized that it was  added in some previous patch.
Any other comments/changes on this revision?

http://reviews.llvm.org/D5906






More information about the llvm-commits mailing list