Commits

Jordan Rose committed 30c65eff7e0
[ClangImporter] Use Clang's driver to handle options, not its frontend. This is most important for -Xcc options, which shouldn't be dependent on the underlying Clang version, but it also affects things like target features that Clang knows how to compute correctly and Swift, well, doesn't. rdar://problem/17687572 Swift SVN r22448