summaryrefslogtreecommitdiff
path: root/test/tsan
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-07-16 01:05:37 +0000
committerVitaly Buka <vitalybuka@google.com>2017-07-16 01:05:37 +0000
commit102b89dd5821036179b0419685b31bb35abcd9cd (patch)
tree533f8f060fc15e4f54ebf79bc662602217a1edee /test/tsan
parentcd32bdd8af41ab15441f6f3416843283e416b293 (diff)
[tsan] Disable test with debug runtime
Test expects at least -O1 compiled runtime. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@308121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan')
-rw-r--r--test/tsan/Linux/check_memcpy.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tsan/Linux/check_memcpy.cc b/test/tsan/Linux/check_memcpy.cc
index 8ad04c07c..b81efa42a 100644
--- a/test/tsan/Linux/check_memcpy.cc
+++ b/test/tsan/Linux/check_memcpy.cc
@@ -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;
}