mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-03 08:30:47 +03:00
Finally fix LLVM 3.1 compilation.
This commit is contained in:
parent
445b743ba5
commit
aba1b82539
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue