From 699ad8c143983097cb24fac45c37f3246c7fab7b Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Mon, 21 Nov 2016 15:23:07 +0000 Subject: [CMake] Add another missing LLVM component dependency for `kleeModule`. Reported by @jirislaby in #507. --- lib/Module/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Module') diff --git a/lib/Module/CMakeLists.txt b/lib/Module/CMakeLists.txt index c927fa1b..006443a9 100644 --- a/lib/Module/CMakeLists.txt +++ b/lib/Module/CMakeLists.txt @@ -22,6 +22,7 @@ klee_add_component(kleeModule set(LLVM_COMPONENTS bitreader bitwriter + codegen ipo linker support -- cgit 1.4.1