forked from OSchip/llvm-project
[compiler-rt][dfsan][mips] UnXPASS a consistently passing test
llvm-svn: 329422
This commit is contained in:
parent
a74f4ae404
commit
a1b7447dfd
|
@ -3,8 +3,6 @@
|
|||
// RUN: %clang_dfsan -DSTRICT_DATA_DEPENDENCIES %s -o %t && %run %t
|
||||
// RUN: %clang_dfsan -DSTRICT_DATA_DEPENDENCIES -mllvm -dfsan-args-abi %s -o %t && %run %t
|
||||
|
||||
// XFAIL: target-is-mips64,target-is-mips64el
|
||||
|
||||
// Tests custom implementations of various glibc functions.
|
||||
|
||||
#include <sanitizer/dfsan_interface.h>
|
||||
|
|
Loading…
Reference in New Issue