diff options
author | MartinNowack <martin.nowack@gmail.com> | 2013-12-06 02:47:22 -0800 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2013-12-06 02:47:22 -0800 |
commit | 02fa9e4d83a04f50cb1ad24b543a2fd5002fa2f3 (patch) | |
tree | 0fea2f6750aa8cc139c4d55260b5cd8a0814bf33 /lib/Core/ExecutorUtil.cpp | |
parent | 6d19d31eed55e18709c95363beafe8f679d6070c (diff) | |
parent | 10c1cd55ff47d6c55294db3e13c255ae91dea962 (diff) | |
download | klee-02fa9e4d83a04f50cb1ad24b543a2fd5002fa2f3.tar.gz |
Merge pull request #72 from MartinNowack/deprecate_llvm28
Deprecate LLVM 2.8 and lower and remove support for it
Diffstat (limited to 'lib/Core/ExecutorUtil.cpp')
-rw-r--r-- | lib/Core/ExecutorUtil.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Core/ExecutorUtil.cpp b/lib/Core/ExecutorUtil.cpp index 9e83b32c..0d828ec4 100644 --- a/lib/Core/ExecutorUtil.cpp +++ b/lib/Core/ExecutorUtil.cpp @@ -31,9 +31,6 @@ #include "llvm/Function.h" #include "llvm/Instructions.h" #include "llvm/Module.h" -#if LLVM_VERSION_CODE < LLVM_VERSION(2, 7) -#include "llvm/ModuleProvider.h" -#endif #if LLVM_VERSION_CODE <= LLVM_VERSION(3, 1) #include "llvm/Target/TargetData.h" #else |