We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0e5921 commit d8bac7bCopy full SHA for d8bac7b
compiler-rt/cmake/config-ix.cmake
@@ -728,7 +728,7 @@ if(COMPILER_RT_SUPPORTED_ARCH)
728
endif()
729
message(STATUS "Compiler-RT supported architectures: ${COMPILER_RT_SUPPORTED_ARCH}")
730
731
-set(ALL_SANITIZERS asan;dfsan;msan;hwasan;tsan;tysan,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)
732
set(COMPILER_RT_SANITIZERS_TO_BUILD all CACHE STRING
733
"sanitizers to build if supported on the target (all;${ALL_SANITIZERS})")
734
list_replace(COMPILER_RT_SANITIZERS_TO_BUILD all "${ALL_SANITIZERS}")
0 commit comments