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 8a5723d commit 789cd36Copy full SHA for 789cd36
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