Commits

Jordan Rose committed 934121914c4
Use -emit-ir instead of -emit-llvm, for better parity with -emit-bc. -emit-llvm in Clang is a modifier on the -S and -c actions. In Swift, it's a separate action equivalent to "-S -emit-llvm". Be less ambiguous. Part of the migration to the new driver. Swift SVN r13029