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.
2 parents 6ec87cb + 2f0cd21 commit fccbaa8Copy full SHA for fccbaa8
cmake/modules/AddSwift.cmake
@@ -96,7 +96,7 @@ function(_add_host_variant_swift_sanitizer_flags target)
96
# Not supported
97
elseif(LLVM_USE_SANITIZER STREQUAL "Address;Undefined" OR
98
LLVM_USE_SANITIZER STREQUAL "Undefined;Address")
99
- set(_Swift_SANITIZER_FLAGS "-sanitize=address -sanitize=undefined")
+ set(_Swift_SANITIZER_FLAGS "-sanitize=address" "-sanitize=undefined")
100
elseif(LLVM_USE_SANITIZER STREQUAL "Leaks")
101
102
else()
0 commit comments