Skip to content

Commit 1a57f5e

Browse files
authored
Merge pull request #25536 from nkcsgexi/print-module-sdk
swift-api-checker: print framework names when diagnosing breakages
2 parents 815ae1f + 4ac14ea commit 1a57f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/api_checker/swift-api-checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def __init__(self, tool_path):
114114

115115
def run(self, opts, before, after, output, verbose):
116116
cmd = [self.tool_path, '-diagnose-sdk', '-input-paths', before,
117-
'-input-paths', after]
117+
'-input-paths', after, '-print-module']
118118
if output:
119119
cmd.extend(['-o', output])
120120
cmd.extend(['-' + o for o in opts])

0 commit comments

Comments
 (0)