Commits

Connor Wakamo committed 8f465324cfc
[frontend] Split target-related options out from ComplierInvocation into a new TargetOptions class. Removed CompilerInvocation::TargetTriple and replaced it with CompilerInvocation::TargetOpts, a TargetOptions object. Added a static ParseTargetArgs function to set up TargetOptions, and moved handling of -target into that function. Swift SVN r11288