summaryrefslogtreecommitdiffstats
path: root/lldb/lib/Makefile
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-09-06 02:03:06 +0000
committerEric Christopher <echristo@gmail.com>2014-09-06 02:03:06 +0000
commitd650b82b229eaece6f8ee5f28fee1d7ca91dba06 (patch)
treedd7f50ea18d4b17c018dbedd262397afae34894a /lldb/lib/Makefile
parenta51ea3822a47e0f873261af8a684eba8308abeff (diff)
downloadbcm5719-llvm-d650b82b229eaece6f8ee5f28fee1d7ca91dba06.tar.gz
bcm5719-llvm-d650b82b229eaece6f8ee5f28fee1d7ca91dba06.zip
The original jit no longer exists in llvm, remove from dependencies.
PR20864 llvm-svn: 217301
Diffstat (limited to 'lldb/lib/Makefile')
-rw-r--r--lldb/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile
index f70185ea9cb..89b82849af0 100644
--- a/lldb/lib/Makefile
+++ b/lldb/lib/Makefile
@@ -92,7 +92,7 @@ endif
include $(LLDB_LEVEL)/../../Makefile.config
LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter codegen \
- instrumentation ipo irreader selectiondag jit mc mcjit \
+ instrumentation ipo irreader selectiondag mc mcjit \
linker option
ifeq ($(HOST_OS),Darwin)
OpenPOWER on IntegriCloud