From 37e92d0c802524c19a9a84164253639aac47fee3 Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Sat, 22 Jul 2017 01:03:44 +0200 Subject: Remove support for LLVM < 3.4 Request LLVM 3.4 as minimal requirement for KLEE --- lib/Expr/Constraints.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lib/Expr/Constraints.cpp') diff --git a/lib/Expr/Constraints.cpp b/lib/Expr/Constraints.cpp index dbdfd999..1b3ad983 100644 --- a/lib/Expr/Constraints.cpp +++ b/lib/Expr/Constraints.cpp @@ -11,13 +11,10 @@ #include "klee/util/ExprPPrinter.h" #include "klee/util/ExprVisitor.h" -#if LLVM_VERSION_CODE >= LLVM_VERSION(3, 3) +#include "klee/Internal/Module/KModule.h" + #include "llvm/IR/Function.h" -#else -#include "llvm/Function.h" -#endif #include "llvm/Support/CommandLine.h" -#include "klee/Internal/Module/KModule.h" #include -- cgit 1.4.1