Skip to content

Commit c5db7ee

Browse files
committed
[asan] Do not run sanitizers on the ASan bot
We build Swift with the toolchain compiler instead of bootstrap right now. This means that the ASanified build will require 2 different versions of ASan, which might not be binary compatible.
1 parent ad6de9b commit c5db7ee

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)