mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-25 10:48:14 +00:00
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
This commit is contained in:
parent
1202de3ec8
commit
6c400643cd
@ -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")
|
||||
|
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user