comparison gen/llvmhelpers.cpp @ 1552:08c8ef491c97

getClosestStaticTargetForModule was replaced with lookupTarget Build fix for LLVM r77111.
author Benjamin Kramer <benny.kra@gmail.com>
date Tue, 28 Jul 2009 15:26:21 +0200
parents c704fea92f80
children d6e8d5db259f
comparison
equal deleted inserted replaced
1551:ed0feda76820 1552:08c8ef491c97
1 #include "gen/llvmhelpers.h" 1 #include "gen/llvmhelpers.h"
2 #include "gen/llvm.h" 2 #include "gen/llvm.h"
3 #include "llvm/Target/TargetMachineRegistry.h"
4 3
5 #include "mars.h" 4 #include "mars.h"
6 #include "init.h" 5 #include "init.h"
7 #include "id.h" 6 #include "id.h"
8 #include "expression.h" 7 #include "expression.h"