diff options
Diffstat (limited to 'compiler-rt/test/msan/Linux/obstack.cc')
| -rw-r--r-- | compiler-rt/test/msan/Linux/obstack.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/Linux/obstack.cc b/compiler-rt/test/msan/Linux/obstack.cc index f1f53be4c9b..e59f09cf48e 100644 --- a/compiler-rt/test/msan/Linux/obstack.cc +++ b/compiler-rt/test/msan/Linux/obstack.cc @@ -1,6 +1,8 @@ // RUN: %clangxx_msan -O0 -g %s -o %t && %run %t // RUN: %clangxx_msan -O0 -g -DPOSITIVE %s -o %t && not %run %t |& FileCheck %s +// XFAIL: target-is-mips64el + #include <obstack.h> #include <sanitizer/msan_interface.h> #include <stdlib.h> |

