Commits

Connor Wakamo committed f892b1a5449
[driver] Implemented support for adding an additional output for a swiftmodule to the CommandOutput of frontend Commands. Adjusted Driver::buildJobs() and Driver::buildJobsForAction() to include a const OutputMode& parameter. Updated Driver::buildJobsForAction() to set an additional swiftmodule output on Jobs generated from a CompileJobAction if the OutputMode says the driver should generate a module. This change now causes frontend invocations to pass “-emit-module -module-output-path <path>” when a module is requested, though the partial modules are not yet properly merged. Swift SVN r12495