mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-08-02 04:20:05 +02:00
Upgrade to LLVM-2.9. Thanks to David Nadlinger for the patch.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include "ir/irstruct.h"
|
||||
#include "ir/irvar.h"
|
||||
|
||||
#include "llvm/Analysis/DIBuilder.h"
|
||||
#include "llvm/Support/CallSite.h"
|
||||
|
||||
namespace llvm {
|
||||
@@ -157,7 +158,7 @@ struct IRState
|
||||
IRBuilderHelper ir;
|
||||
|
||||
// debug info helper
|
||||
llvm::DIFactory difactory;
|
||||
llvm::DIBuilder dibuilder;
|
||||
|
||||
// static ctors/dtors/unittests
|
||||
typedef std::list<FuncDeclaration*> FuncDeclList;
|
||||
|
||||
Reference in New Issue
Block a user