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.
2 parents 0826d47 + 29e1fdd commit 949bb3dCopy full SHA for 949bb3d
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