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 5aee65f + 28ad7f2 commit 50735fcCopy full SHA for 50735fc
test/lit.cfg
@@ -613,6 +613,9 @@ else:
613
if 'swift_evolve' in lit_config.params:
614
config.available_features.add("swift_evolve")
615
616
+if not 'swift_driver' in lit_config.params:
617
+ config.available_features.add("cplusplus_driver")
618
+
619
# Enable benchmark testing when the binary is found (has fully qualified path).
620
if config.benchmark_o != 'Benchmark_O':
621
config.available_features.add('benchmark')
0 commit comments