mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-02 02:23:13 +01:00
Finally fix LLVM 3.1 compilation.
This commit is contained in:
@@ -319,8 +319,8 @@ llvm::TargetMachine* createTargetMachine(
|
||||
|
||||
if (Logger::enabled())
|
||||
{
|
||||
Logger::cout() << "Targeting '" << triple.str() << "' (CPU '" << cpu
|
||||
<< "' with features '" << features.getString() << "').\n";
|
||||
Logger::println("Targeting '%s' (CPU '%s' with features '%s')",
|
||||
triple.str().c_str(), cpu.c_str(), features.getString().c_str());
|
||||
}
|
||||
|
||||
if (triple.isMacOSX() && relocModel == llvm::Reloc::Default)
|
||||
|
||||
Reference in New Issue
Block a user