[Lldb-commits] [lldb] r217301 - The original jit no longer exists in llvm, remove from dependencies.
Eric Christopher
echristo at gmail.com
Fri Sep 5 19:03:06 PDT 2014
Author: echristo
Date: Fri Sep 5 21:03:06 2014
New Revision: 217301
URL: http://llvm.org/viewvc/llvm-project?rev=217301&view=rev
Log:
The original jit no longer exists in llvm, remove from dependencies.
PR20864
Modified:
lldb/trunk/lib/Makefile
Modified: lldb/trunk/lib/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lib/Makefile?rev=217301&r1=217300&r2=217301&view=diff
==============================================================================
--- lldb/trunk/lib/Makefile (original)
+++ lldb/trunk/lib/Makefile Fri Sep 5 21:03:06 2014
@@ -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)
More information about the lldb-commits
mailing list