[compiler-rt] r308121 - [tsan] Disable test with debug runtime
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 15 18:05:37 PDT 2017
Author: vitalybuka
Date: Sat Jul 15 18:05:37 2017
New Revision: 308121
URL: http://llvm.org/viewvc/llvm-project?rev=308121&view=rev
Log:
[tsan] Disable test with debug runtime
Test expects at least -O1 compiled runtime.
Modified:
compiler-rt/trunk/test/tsan/Linux/check_memcpy.cc
Modified: compiler-rt/trunk/test/tsan/Linux/check_memcpy.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/Linux/check_memcpy.cc?rev=308121&r1=308120&r2=308121&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/Linux/check_memcpy.cc (original)
+++ compiler-rt/trunk/test/tsan/Linux/check_memcpy.cc Sat Jul 15 18:05:37 2017
@@ -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;
}
More information about the llvm-commits
mailing list