Skip to content

Commit d8bac7b

Browse files
committed
!fixup , -> ;
1 parent d0e5921 commit d8bac7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/cmake/config-ix.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ if(COMPILER_RT_SUPPORTED_ARCH)
728728
endif()
729729
message(STATUS "Compiler-RT supported architectures: ${COMPILER_RT_SUPPORTED_ARCH}")
730730

731-
set(ALL_SANITIZERS asan;dfsan;msan;hwasan;tsan;tysan,safestack;cfi;scudo_standalone;ubsan_minimal;gwp_asan;asan_abi)
731+
set(ALL_SANITIZERS asan;dfsan;msan;hwasan;tsan;tysan;safestack;cfi;scudo_standalone;ubsan_minimal;gwp_asan;asan_abi)
732732
set(COMPILER_RT_SANITIZERS_TO_BUILD all CACHE STRING
733733
"sanitizers to build if supported on the target (all;${ALL_SANITIZERS})")
734734
list_replace(COMPILER_RT_SANITIZERS_TO_BUILD all "${ALL_SANITIZERS}")

0 commit comments

Comments
 (0)