Commits

Connor Wakamo committed b0092c4717c
[frontend] Initial support for performing non-EmitObject actions in the integrated frontend. The integrated frontend now supports: - Parse - DumpParse - DumpAST - PrintAST - EmitSILGen - EmitSIL - EmitIR - EmitBC - EmitAssembly - EmitObject Moved the code for compiling into a separate performCompile() function in frontend_main.cpp, to facilitate using early returns while still supporting the diagnostic verifier. Added some error output for the REPL, Immediate, and EmitModuleOnly actions, as the integrated frontend does not yet support these actions. Swift SVN r11387