Skip to content

Commit d43b038

Browse files
committed
Properly set the 'no_asan' feature in the validation testsuite
1 parent 7e9b8fe commit d43b038

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validation-test/lit.site.cfg.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ config.coverage_mode = "@SWIFT_ANALYZE_CODE_COVERAGE@"
2020

2121
if "@SWIFT_ASAN_BUILD@" == "TRUE":
2222
config.available_features.add("asan")
23+
else:
24+
config.available_features.add('no_asan')
2325

2426
if "@LLVM_ENABLE_ASSERTIONS@" == "TRUE":
2527
config.available_features.add('asserts')

0 commit comments

Comments
 (0)