Merge of 2.065.0-b3.

The new visitor class is used for IR generation. This removes some modifications from DMD source.
This commit is contained in:
Kai Nacke 2014-02-08 14:48:42 +01:00
parent 27c0785ec4
commit fe39da53e3
121 changed files with 14041 additions and 13679 deletions

View file

@ -292,7 +292,7 @@ llvm::TargetMachine* createTargetMachine(
const llvm::Target *target = lookupTarget(arch, triple, errMsg);
if (target == 0)
{
error("%s", errMsg.c_str());
error(Loc(), "%s", errMsg.c_str());
fatal();
}