From 102b89dd5821036179b0419685b31bb35abcd9cd Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Sun, 16 Jul 2017 01:05:37 +0000 Subject: [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 --- test/tsan/Linux/check_memcpy.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/tsan') 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; } -- cgit v1.2.3