Commits
Connor Wakamo committed 37d5f8d925b
[driver] Do not issue an error if one of the multiple top-level outputs is a swiftmodule.
This will occur if -emit-{library,executable} and -emit-module is passed but -g
is not, since both the LinkJobAction and the MergeModuleJobAction will be
top-level actions.
Swift SVN r13139