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 8a5723d + 789cd36 commit d89c73cCopy full SHA for d89c73c
lit.cfg
@@ -162,6 +162,7 @@ if swift_benchmarks_path is None:
162
if os.path.exists(swift_benchmarks_path):
163
config.available_features.add("have-swift-benchmarks")
164
config.substitutions.append( ('%{swift_benchmarks_path}', swift_benchmarks_path) )
165
+ lit_config.note('testing using swift benchmarks at path: {}'.format(swift_benchmarks_path))
166
167
# Find the tools we need.
168
0 commit comments