wiped out all LLVM 3.1 support
This commit is contained in:
2
module.h
2
module.h
@@ -161,7 +161,7 @@ public:
|
||||
/** The diBuilder manages generating debugging information */
|
||||
llvm::DIBuilder *diBuilder;
|
||||
|
||||
#if !defined(LLVM_3_1) && !defined(LLVM_3_2) && !defined(LLVM_3_3)
|
||||
#if !defined(LLVM_3_2) && !defined(LLVM_3_3)
|
||||
llvm::DICompileUnit diCompileUnit;
|
||||
#endif // LLVM_3_4+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user