diff options
author | Eric Christopher <echristo@gmail.com> | 2014-09-06 02:03:06 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2014-09-06 02:03:06 +0000 |
commit | d650b82b229eaece6f8ee5f28fee1d7ca91dba06 (patch) | |
tree | dd7f50ea18d4b17c018dbedd262397afae34894a /lldb/lib/Makefile | |
parent | a51ea3822a47e0f873261af8a684eba8308abeff (diff) | |
download | bcm5719-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/Makefile | 2 |
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) |