mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-29 14:40:40 +03:00
Fix the LLVM 3.5 build.
Some classes were moved into IR folder.
This commit is contained in:
parent
e69b1ebb28
commit
c14e065138
2 changed files with 16 additions and 0 deletions
|
@ -26,7 +26,11 @@
|
|||
#endif
|
||||
#endif
|
||||
#include "llvm/ADT/Triple.h"
|
||||
#if LDC_LLVM_VER >= 305
|
||||
#include "llvm/IR/Verifier.h"
|
||||
#else
|
||||
#include "llvm/Analysis/Verifier.h"
|
||||
#endif
|
||||
#include "llvm/Target/TargetLibraryInfo.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue