mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 03:43:13 +01:00
Fix the LLVM 3.5 build.
Some classes were moved into IR folder.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user