mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-21 15:23:13 +01:00
Fix LLVM 3.1 build.
This commit is contained in:
@@ -12,7 +12,11 @@
|
||||
|
||||
#include "ir/irtype.h"
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#if LDC_LLVM_VER >= 302
|
||||
#include "llvm/DebugInfo.h"
|
||||
#else
|
||||
#include "llvm/Analysis/DebugInfo.h"
|
||||
#endif
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user