[compiler-rt] [TySan][CMake] Depend on tysan for check-tysan in runtimes build (PR #143597)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 10 13:40:19 PDT 2025
================
@@ -21,7 +21,7 @@ foreach(arch ${TYSAN_TEST_ARCH})
endforeach()
set(TYSAN_TEST_DEPS ${SANITIZER_COMMON_LIT_TEST_DEPS})
-if(NOT COMPILER_RT_STANDALONE_BUILD)
+if(NOT COMPILER_RT_STANDALONE_BUILD OR LLVM_RUNTIMES_BUILD)
----------------
nikic wrote:
I'm a bit confused: Shouldn't COMPILER_RT_STANDALONE_BUILD always be false for a runtimes build?
https://github.com/llvm/llvm-project/pull/143597
More information about the llvm-commits
mailing list