diff options
Diffstat (limited to 'compiler-rt/test/msan/death-callback.cc')
| -rw-r--r-- | compiler-rt/test/msan/death-callback.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/msan/death-callback.cc b/compiler-rt/test/msan/death-callback.cc index 08cf2911b0f..9aeac5b8704 100644 --- a/compiler-rt/test/msan/death-callback.cc +++ b/compiler-rt/test/msan/death-callback.cc @@ -7,6 +7,8 @@ // RUN: %clangxx_msan -DMSANCB_SET %s -o %t && %run %t 2>&1 | \ // RUN: FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-NOCB +// XFAIL: target-is-mips64el + #include <sanitizer/msan_interface.h> #include <stdio.h> #include <stdlib.h> |

