[tsan] Disable test with debug runtime

Test expects at least -O1 compiled runtime.

llvm-svn: 308121
This commit is contained in:
Vitaly Buka 2017-07-16 01:05:37 +00:00
parent 3f25b53485
commit a016feb7a1
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@
// RUN: %clangxx_tsan -O1 %s -o %t
// RUN: llvm-objdump -d %t | FileCheck %s
// REQUIRES: compiler-rt-optimized
int main() {
return 0;
}