Commits

Connor Wakamo committed 04b98c7d678
[driver] Move execution of Jobs from main() to Compilation. Actual execution of Jobs is still performed under-the-covers by JobList::run(), but this abstraction will allow the Compilation to execute Jobs in parallel. Swift SVN r11334