[llvm-branch-commits] [clang] [llvm] [compiler-rt] [TySan] A Type Sanitizer (Runtime Library) (PR #76261)
David Green via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Jan 20 03:35:54 PST 2024
================
@@ -720,7 +726,7 @@ if(COMPILER_RT_SUPPORTED_ARCH)
endif()
message(STATUS "Compiler-RT supported architectures: ${COMPILER_RT_SUPPORTED_ARCH}")
-set(ALL_SANITIZERS asan;dfsan;msan;hwasan;tsan;safestack;cfi;scudo_standalone;ubsan_minimal;gwp_asan;asan_abi)
+set(ALL_SANITIZERS asan;dfsan;msan;hwasan;tsan;tysan,safestack;cfi;scudo_standalone;ubsan_minimal;gwp_asan;asan_abi)
----------------
davemgreen wrote:
^ `tysan;`
https://github.com/llvm/llvm-project/pull/76261
More information about the llvm-branch-commits
mailing list