"The Great Renaming" continues.

More changes to match the renamed files of LLVM 3.3.
This commit is contained in:
kai
2013-01-06 17:17:30 +01:00
parent 82a3216619
commit a11459bc31
27 changed files with 120 additions and 23 deletions

View File

@@ -11,7 +11,11 @@
#include "gen/llvm.h"
#include "llvm/LinkAllVMCore.h"
#include "llvm/Linker.h"
#if LDC_LLVM_VER >= 303
#include "llvm/IR/LLVMContext.h"
#else
#include "llvm/LLVMContext.h"
#endif
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Support/TargetSelect.h"