Fix build with LLVM ToT
This commit is contained in:
6
ctx.h
6
ctx.h
@@ -43,7 +43,11 @@
|
||||
#include <llvm/InstrTypes.h>
|
||||
#include <llvm/Instructions.h>
|
||||
#include <llvm/Analysis/DIBuilder.h>
|
||||
#include <llvm/Analysis/DebugInfo.h>
|
||||
#if defined(LLVM_3_0) || defined(LLVM_3_1)
|
||||
#include <llvm/Analysis/DebugInfo.h>
|
||||
#else
|
||||
#include <llvm/DebugInfo.h>
|
||||
#endif
|
||||
|
||||
struct CFInfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user