Commits

Manman Ren committed 249239e14dd
[Bitcode Driver] make sure -embed-bitcode works with -force-single-frontend-invocation. With both force-single-frontend-invocation and embed-bitcode, we create CompileJobAction and BackendJobAction, similar to how we handle embed-bitcode with StandarCompile. This commit should only affect Bitcode mode. rdar://20796819 Swift SVN r28129