diff options
author | Dmitry Vyukov <dvyukov@google.com> | 2016-02-23 17:58:23 +0000 |
---|---|---|
committer | Dmitry Vyukov <dvyukov@google.com> | 2016-02-23 17:58:23 +0000 |
commit | 0c202893ae52594215913df961e3c05c2ddfe759 (patch) | |
tree | bd9b5dd324f9000a085128f70264d981c97e19ab /compiler-rt/test | |
parent | 713f25e0f8957c3c7d6b5a9d82ef1947962662cc (diff) | |
download | bcm5719-llvm-0c202893ae52594215913df961e3c05c2ddfe759.tar.gz bcm5719-llvm-0c202893ae52594215913df961e3c05c2ddfe759.zip |
tsan: clean up code after r261658
llvm-svn: 261660
Diffstat (limited to 'compiler-rt/test')
-rw-r--r-- | compiler-rt/test/tsan/ignore_lib4.cc | 3 | ||||
-rw-r--r-- | compiler-rt/test/tsan/ignore_lib4.cc.supp | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/tsan/ignore_lib4.cc b/compiler-rt/test/tsan/ignore_lib4.cc index 3ee34f3fa83..e50d90b3d2d 100644 --- a/compiler-rt/test/tsan/ignore_lib4.cc +++ b/compiler-rt/test/tsan/ignore_lib4.cc @@ -1,6 +1,7 @@ // RUN: %clangxx_tsan -O1 %s -DLIB -fPIC -shared -o %T/libignore_lib4.so // RUN: %clangxx_tsan -O1 %s -o %t -// RUN: %env_tsan_opts=suppressions='%s.supp' %run %t 2>&1 | FileCheck %s +// RUN: echo "called_from_lib:libignore_lib4.so" > %t.supp +// RUN: %env_tsan_opts=suppressions='%t.supp' %run %t 2>&1 | FileCheck %s // Longjmp assembly has not been implemented for mips64 yet // XFAIL: mips64 diff --git a/compiler-rt/test/tsan/ignore_lib4.cc.supp b/compiler-rt/test/tsan/ignore_lib4.cc.supp deleted file mode 100644 index 3a94c5897aa..00000000000 --- a/compiler-rt/test/tsan/ignore_lib4.cc.supp +++ /dev/null @@ -1 +0,0 @@ -called_from_lib:libignore_lib4.so |