Commits

Jordan Rose committed bee99803b27
Build modules alongside object files for the standard library. ...rather than as a separate step. This avoids duplicating Parse and Sema work for these. (This is the new and correct version of r7377.) Also, remove leftover code for building "swift.swift" and friends in lieu of proper modules. We're not going back to those days. :-) Swift SVN r7420