[compiler-rt] [TySan][CMake] Depend on tysan for check-tysan in runtimes build (PR #143597)
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 10 15:28:06 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)
----------------
rnk wrote:
I think the runtimes build *uses* the standalone build, so a runtimes build *makes* standalone compiler-rt cmake builds.
https://github.com/llvm/llvm-project/pull/143597
More information about the llvm-commits
mailing list