diff options
author | Martin Nowack <martin@se.inf.tu-dresden.de> | 2013-12-05 21:48:38 +0100 |
---|---|---|
committer | Martin Nowack <martin@se.inf.tu-dresden.de> | 2013-12-06 11:46:16 +0100 |
commit | bf6df4192e9404432ff8c787475b352d475ceb85 (patch) | |
tree | 0cec3037b3e34f07e07b9f01e36199cca855823d /lib/Support | |
parent | 6d19d31eed55e18709c95363beafe8f679d6070c (diff) | |
download | klee-bf6df4192e9404432ff8c787475b352d475ceb85.tar.gz |
Deprecate LLVM 2.8 and lower
Diffstat (limited to 'lib/Support')
-rw-r--r-- | lib/Support/Time.cpp | 4 | ||||
-rw-r--r-- | lib/Support/Timer.cpp | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/lib/Support/Time.cpp b/lib/Support/Time.cpp index fb0e349c..909e07da 100644 --- a/lib/Support/Time.cpp +++ b/lib/Support/Time.cpp @@ -10,11 +10,7 @@ #include "klee/Config/Version.h" #include "klee/Internal/System/Time.h" -#if LLVM_VERSION_CODE < LLVM_VERSION(2, 9) -#include "llvm/System/Process.h" -#else #include "llvm/Support/Process.h" -#endif using namespace llvm; using namespace klee; diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp index 35922d4d..c61a90a3 100644 --- a/lib/Support/Timer.cpp +++ b/lib/Support/Timer.cpp @@ -10,11 +10,7 @@ #include "klee/Config/Version.h" #include "klee/Internal/Support/Timer.h" -#if LLVM_VERSION_CODE < LLVM_VERSION(2, 9) -#include "llvm/System/Process.h" -#else #include "llvm/Support/Process.h" -#endif using namespace klee; using namespace llvm; |