Commits

Manman Ren committed 9d680564db9
[Driver] fix support for -embed-bitcode-marker. Move helper function EmbedBitcode() from frontend_main.cpp to IRGen.cpp so we can call it from performIRGeneration when the input file is Swift. Add testing case to make sure that -embed-bitcode-marker option adds an empty LLVM bitcode section. rdar://19048891 Swift SVN r25577