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 08cdee3 commit e2e36aaCopy full SHA for e2e36aa
lib/Option/SanitizerOptions.cpp
@@ -138,7 +138,7 @@ OptionSet<SanitizerKind> swift::parseSanitizerArgValues(
138
}
139
140
141
- // Sanitizers are only supported on Linux or Darwin.
+ // Check that we're one of the known supported targets for sanitizers.
142
if (!(Triple.isOSDarwin() || Triple.isOSLinux() || Triple.isOSWindows())) {
143
SmallString<128> b;
144
Diags.diagnose(SourceLoc(), diag::error_unsupported_opt_for_target,
0 commit comments