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 a884e7f commit b33d227Copy full SHA for b33d227
cmake/modules/AddSwift.cmake
@@ -98,7 +98,7 @@ function(_add_host_variant_swift_sanitizer_flags target)
98
elseif (LLVM_USE_SANITIZER STREQUAL "Leaks")
99
# Not supported
100
else()
101
- message(FATAL_ERROR "Unsupported value of LLVM_USE_SANITIZER: ${LLVM_USE_SANITIZER}")
+ message(SEND_ERROR "unsupported value for LLVM_USE_SANITIZER: ${LLVM_USE_SANITIZER}")
102
endif()
103
104
target_compile_options(${name} PRIVATE $<$<COMPILE_LANGUAGE:Swift>:${_Swift_SANITIZER_FLAGS}>)
0 commit comments