summaryrefslogtreecommitdiff
path: root/test/tsan/Linux/check_memcpy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/tsan/Linux/check_memcpy.cc')
-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;
}