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

Evgeniy Stepanov eugenis at google.com
Mon Feb 16 00:48:35 PST 2015


LGTM


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";
----------------
This is a path to a file that does not exist!
Just remove the x86_64 part.

http://reviews.llvm.org/D7332

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






More information about the llvm-commits mailing list