diff options
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) |