Commits
Manman Ren committed 391e7317967
[Driver] add -embed-bitcode for bitcode store project. With -embed-bitcode, we will invoke swift twice, once to generate the bitcode file, the second time to perform code generation on the bitcode file. For now, -embed-bitcode causes -incremental builds to not be incremental, because of potential issues of mixing the two. rdar://19048891 Swift SVN r25559