From 40d4cc09c873518519723244b38cc740ceda2bc8 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 12 Jul 2009 20:42:31 +0000 Subject: Update for LLVM API changes. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@75427 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Core/ExternalDispatcher.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/Core/ExternalDispatcher.h') diff --git a/lib/Core/ExternalDispatcher.h b/lib/Core/ExternalDispatcher.h index fc8f80f4..c173df73 100644 --- a/lib/Core/ExternalDispatcher.h +++ b/lib/Core/ExternalDispatcher.h @@ -11,7 +11,7 @@ #define KLEE_EXTERNALDISPATCHER_H #include -#include "llvm/System/DynamicLibrary.h" +#include namespace llvm { class ExecutionEngine; @@ -28,7 +28,6 @@ namespace klee { dispatchers_ty dispatchers; llvm::Module *dispatchModule; llvm::ExecutionEngine *executionEngine; - llvm::sys::DynamicLibrary dl_symbols; std::map preboundFunctions; llvm::Function *createDispatcher(llvm::Function *f, llvm::Instruction *i); -- cgit 1.4.1