diff options
-rw-r--r-- | compiler-rt/test/tysan/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler-rt/test/tysan/CMakeLists.txt b/compiler-rt/test/tysan/CMakeLists.txt index 76f5750..ce0afa8 100644 --- a/compiler-rt/test/tysan/CMakeLists.txt +++ b/compiler-rt/test/tysan/CMakeLists.txt @@ -21,9 +21,7 @@ foreach(arch ${TYSAN_TEST_ARCH}) endforeach() set(TYSAN_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS}) -if(NOT COMPILER_RT_STANDALONE_BUILD) - list(APPEND TYSAN_TEST_DEPS tysan) -endif() +list(APPEND TYSAN_TEST_DEPS tysan) add_lit_testsuite(check-tysan "Running the TypeSanitizer tests" ${TYSAN_TESTSUITES} |