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 ca0491a commit 29e1fddCopy full SHA for 29e1fdd
validation-test/IDE/crashers/lit.local.cfg
@@ -1,2 +1,4 @@
1
if "asserts" not in config.available_features:
2
config.unsupported = True
3
+if "asan" in config.available_features:
4
+ config.unsupported = True
validation-test/compiler_crashers/lit.local.cfg
0 commit comments