Skip to content

Commit 7362123

Browse files
committed
Merge pull request #2749 from apple/sanitizers
[asan] Do not run sanitizers on the ASan bot
2 parents 25465bd + c5db7ee commit 7362123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Sanitizers/lit.local.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
if 'no_asan' not in config.available_features:
2+
config.unsupported = True

0 commit comments

Comments
 (0)