Skip to content

Commit 9e89373

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 870d83b + 1a57f5e commit 9e89373

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)