mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 17:43:14 +01:00
Added bitcode filename to very verbose logging.
Fixed -O<n> switches from llvm 2.4. Removed md5 from the kdevelop project filelist.
This commit is contained in:
@@ -175,7 +175,7 @@ void Module::genobjfile(int multiobj)
|
||||
|
||||
// write bytecode
|
||||
{
|
||||
Logger::println("Writing LLVM bitcode\n");
|
||||
Logger::println("Writing LLVM bitcode to: %s\n", bcpath.c_str());
|
||||
std::ofstream bos(bcpath.c_str(), std::ios::binary);
|
||||
llvm::WriteBitcodeToFile(ir.module, bos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user