From 6c400643cd36b60a32e2a4eef662eec1d878bbc0 Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Fri, 12 Feb 2016 12:09:57 +0000 Subject: [PATCH] Revert r260669 while the clang-cmake-aarch64-42vma failures is investigated. There's no obvious reason it should fail in this way but it's the only change on the blamelist. I suspect stale lit*.cfg's from previous builds. llvm-svn: 260672 --- compiler-rt/test/msan/CMakeLists.txt | 2 +- compiler-rt/test/tsan/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-rt/test/msan/CMakeLists.txt b/compiler-rt/test/msan/CMakeLists.txt index 00638b300408..ba4154676ae0 100644 --- a/compiler-rt/test/msan/CMakeLists.txt +++ b/compiler-rt/test/msan/CMakeLists.txt @@ -41,7 +41,7 @@ if(COMPILER_RT_INCLUDE_TESTS AND COMPILER_RT_HAS_LIBCXX_SOURCES) endif() add_lit_testsuite(check-msan "Running the MemorySanitizer tests" - ${MSAN_TESTSUITES} ${CMAKE_CURRENT_BINARY_DIR}/Unit + ${MSAN_TESTSUITES} DEPENDS ${MSAN_TEST_DEPS} ) set_target_properties(check-msan PROPERTIES FOLDER "MSan tests") diff --git a/compiler-rt/test/tsan/CMakeLists.txt b/compiler-rt/test/tsan/CMakeLists.txt index 39f8be09a1b3..f45a6fc59121 100644 --- a/compiler-rt/test/tsan/CMakeLists.txt +++ b/compiler-rt/test/tsan/CMakeLists.txt @@ -50,6 +50,6 @@ if(COMPILER_RT_INCLUDE_TESTS) endif() add_lit_testsuite(check-tsan "Running ThreadSanitizer tests" - ${TSAN_TESTSUITES} ${CMAKE_CURRENT_BINARY_DIR}/Unit + ${TSAN_TESTSUITES} DEPENDS ${TSAN_TEST_DEPS}) set_target_properties(check-tsan PROPERTIES FOLDER "TSan tests")