mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 09:03:15 +01:00
"The Great Renaming" continues.
More changes to match the renamed files of LLVM 3.3.
This commit is contained in:
@@ -47,9 +47,15 @@
|
||||
#endif
|
||||
|
||||
#if IN_LLVM
|
||||
#if LDC_LLVM_VER >= 303
|
||||
#include "llvm/IR/Type.h"
|
||||
#include "llvm/IR/LLVMContext.h"
|
||||
#include "llvm/IR/DerivedTypes.h"
|
||||
#else
|
||||
#include "llvm/Type.h"
|
||||
#include "llvm/LLVMContext.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#endif
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include <map>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user