From 634ff8ec0483aec2b893c69c0f884414698b5c7d Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 3 Sep 2014 00:35:03 +0000 Subject: [PATCH] Remove the JIT from LLDB's dependencies to fix the build llvm-svn: 217002 --- lldb/source/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/CMakeLists.txt b/lldb/source/CMakeLists.txt index b44ebbc05cce..a1ee299f21a9 100644 --- a/lldb/source/CMakeLists.txt +++ b/lldb/source/CMakeLists.txt @@ -177,7 +177,6 @@ list(APPEND LLDB_SYSTEM_LIBS ${system_libs}) set( LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} - jit interpreter asmparser bitreader