Commits

Connor Wakamo committed 53a0acad667
[frontend] Added temporary support for setting MainInputFilename, Triple, and OutputFilename in IRGenOptions. MainInputFilename and OutputFilename are pulled from the FrontendOptions, while Triple is parsed directly from the ArgList. Eventually, MainInputFilename and OutputFilename should likely be removed from IRGenOptions, in favor of the values in FrontendOptions, while Triple will be in a separate TargetOptions class. Swift SVN r11455