Commits

Connor Wakamo committed cc7d62eccad
[driver] Implemented a new "swift_driver -transform-ir" integrated tool. This tool implements support for running IR transformations; in particular, it replaces the functionality supported by "swift -arc-optimize" and "swift -arc-transform". No tests yet, but this will be used by several tests once we complete the transition to the new driver. Swift SVN r12927