Skip to content

Commit d89c73c

Browse files
authored
Merge pull request swiftlang#37 from gottesmm/pr-dc57a07d7096d4143960f6492e549da0fcc4b02c
Print a message if lit detects the swift benchmarks are usable for in…
2 parents 8a5723d + 789cd36 commit d89c73c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ if swift_benchmarks_path is None:
162162
if os.path.exists(swift_benchmarks_path):
163163
config.available_features.add("have-swift-benchmarks")
164164
config.substitutions.append( ('%{swift_benchmarks_path}', swift_benchmarks_path) )
165+
lit_config.note('testing using swift benchmarks at path: {}'.format(swift_benchmarks_path))
165166

166167
# Find the tools we need.
167168

0 commit comments

Comments
 (0)