Skip to content

Commit a4c94dc

Browse files
feedback
1 parent 7c78398 commit a4c94dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

compiler-rt/test/tysan/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ foreach(arch ${TYSAN_TEST_ARCH})
2121
endforeach()
2222

2323
set(TYSAN_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
24-
if(NOT COMPILER_RT_STANDALONE_BUILD OR LLVM_RUNTIMES_BUILD)
25-
list(APPEND TYSAN_TEST_DEPS tysan)
26-
endif()
24+
list(APPEND TYSAN_TEST_DEPS tysan)
2725

2826
add_lit_testsuite(check-tysan "Running the TypeSanitizer tests"
2927
${TYSAN_TESTSUITES}

0 commit comments

Comments
 (0)