Fix build with LLVM top of tree.
This commit is contained in:
3
ctx.h
3
ctx.h
@@ -42,11 +42,12 @@
|
|||||||
#include <map>
|
#include <map>
|
||||||
#include <llvm/InstrTypes.h>
|
#include <llvm/InstrTypes.h>
|
||||||
#include <llvm/Instructions.h>
|
#include <llvm/Instructions.h>
|
||||||
#include <llvm/Analysis/DIBuilder.h>
|
|
||||||
#if defined(LLVM_3_0) || defined(LLVM_3_1)
|
#if defined(LLVM_3_0) || defined(LLVM_3_1)
|
||||||
#include <llvm/Analysis/DebugInfo.h>
|
#include <llvm/Analysis/DebugInfo.h>
|
||||||
|
#include <llvm/Analysis/DIBuilder.h>
|
||||||
#else
|
#else
|
||||||
#include <llvm/DebugInfo.h>
|
#include <llvm/DebugInfo.h>
|
||||||
|
#include <llvm/DIBuilder.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct CFInfo;
|
struct CFInfo;
|
||||||
|
|||||||
1
expr.cpp
1
expr.cpp
@@ -64,7 +64,6 @@
|
|||||||
#include <llvm/Instructions.h>
|
#include <llvm/Instructions.h>
|
||||||
#include <llvm/CallingConv.h>
|
#include <llvm/CallingConv.h>
|
||||||
#include <llvm/Target/TargetData.h>
|
#include <llvm/Target/TargetData.h>
|
||||||
#include <llvm/Support/IRBuilder.h>
|
|
||||||
#include <llvm/ExecutionEngine/GenericValue.h>
|
#include <llvm/ExecutionEngine/GenericValue.h>
|
||||||
#include <llvm/Support/InstIterator.h>
|
#include <llvm/Support/InstIterator.h>
|
||||||
|
|
||||||
|
|||||||
3
ispc.cpp
3
ispc.cpp
@@ -49,11 +49,12 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <llvm/LLVMContext.h>
|
#include <llvm/LLVMContext.h>
|
||||||
#include <llvm/Module.h>
|
#include <llvm/Module.h>
|
||||||
#include <llvm/Analysis/DIBuilder.h>
|
|
||||||
#if defined(LLVM_3_0) || defined(LLVM_3_1)
|
#if defined(LLVM_3_0) || defined(LLVM_3_1)
|
||||||
#include <llvm/Analysis/DebugInfo.h>
|
#include <llvm/Analysis/DebugInfo.h>
|
||||||
|
#include <llvm/Analysis/DIBuilder.h>
|
||||||
#else
|
#else
|
||||||
#include <llvm/DebugInfo.h>
|
#include <llvm/DebugInfo.h>
|
||||||
|
#include <llvm/DIBuilder.h>
|
||||||
#endif
|
#endif
|
||||||
#include <llvm/Support/Dwarf.h>
|
#include <llvm/Support/Dwarf.h>
|
||||||
#include <llvm/Instructions.h>
|
#include <llvm/Instructions.h>
|
||||||
|
|||||||
1
stmt.cpp
1
stmt.cpp
@@ -56,7 +56,6 @@
|
|||||||
#include <llvm/Metadata.h>
|
#include <llvm/Metadata.h>
|
||||||
#include <llvm/Instructions.h>
|
#include <llvm/Instructions.h>
|
||||||
#include <llvm/CallingConv.h>
|
#include <llvm/CallingConv.h>
|
||||||
#include <llvm/Support/IRBuilder.h>
|
|
||||||
#include <llvm/Support/raw_ostream.h>
|
#include <llvm/Support/raw_ostream.h>
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
|||||||
3
type.cpp
3
type.cpp
@@ -45,11 +45,12 @@
|
|||||||
#include <map>
|
#include <map>
|
||||||
#include <llvm/Value.h>
|
#include <llvm/Value.h>
|
||||||
#include <llvm/Module.h>
|
#include <llvm/Module.h>
|
||||||
#include <llvm/Analysis/DIBuilder.h>
|
|
||||||
#if defined(LLVM_3_0) || defined(LLVM_3_1)
|
#if defined(LLVM_3_0) || defined(LLVM_3_1)
|
||||||
#include <llvm/Analysis/DebugInfo.h>
|
#include <llvm/Analysis/DebugInfo.h>
|
||||||
|
#include <llvm/Analysis/DIBuilder.h>
|
||||||
#else
|
#else
|
||||||
#include <llvm/DebugInfo.h>
|
#include <llvm/DebugInfo.h>
|
||||||
|
#include <llvm/DIBuilder.h>
|
||||||
#endif
|
#endif
|
||||||
#include <llvm/Support/Dwarf.h>
|
#include <llvm/Support/Dwarf.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user