mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-30 08:39:02 +02:00
Add changes for LLVM 3.2.
This commit is contained in:
@@ -13,7 +13,11 @@
|
||||
#include "ir/irstruct.h"
|
||||
#include "ir/irvar.h"
|
||||
|
||||
#if LDC_LLVM_VER >= 302
|
||||
#include "llvm/DIBuilder.h"
|
||||
#else
|
||||
#include "llvm/Analysis/DIBuilder.h"
|
||||
#endif
|
||||
#include "llvm/Support/CallSite.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
Reference in New Issue
Block a user