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 7e9b8fe commit d43b038Copy full SHA for d43b038
validation-test/lit.site.cfg.in
@@ -20,6 +20,8 @@ config.coverage_mode = "@SWIFT_ANALYZE_CODE_COVERAGE@"
20
21
if "@SWIFT_ASAN_BUILD@" == "TRUE":
22
config.available_features.add("asan")
23
+else:
24
+ config.available_features.add('no_asan')
25
26
if "@LLVM_ENABLE_ASSERTIONS@" == "TRUE":
27
config.available_features.add('asserts')
0 commit comments