[PATCH] [MSan][MIPS] Fix for some failing tests on MIPS64

Mohit Bhakkad mohit.bhakkad at imgtec.com
Mon Feb 16 01:08:51 PST 2015


REPOSITORY
  rL LLVM

================
Comment at: lib/msan/tests/msan_test.cc:2900
@@ -2893,2 +2899,3 @@
 TEST(MemorySanitizer, dlopenFailed) {
+#if defined(__x86_64__)
   const char *path = "/libmsan_loadable_does_not_exist.x86_64.so";
----------------
eugenis wrote:
> This is a path to a file that does not exist!
> Just remove the x86_64 part.
> 
Ah, OK, thought it should be similar to #L2838.
Will change it before commit.
Thanks for the review.

http://reviews.llvm.org/D7332

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






More information about the llvm-commits mailing list