diff --git a/lldb/lib/Makefile b/lldb/lib/Makefile index f70185ea9cb2..89b82849af0f 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)