[compiler-rt] [TySan][CMake] Depend on tysan for check-tysan in runtimes build (PR #143597)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 10 15:33:56 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)
----------------
boomanaiden154 wrote:

Looks like it. I was looking at `rtsan` for what I thought was a simple example, but it seems like its the odd one out.

https://github.com/llvm/llvm-project/pull/143597


More information about the llvm-commits mailing list