Bug ID 20864
Summary Remove JIT from LLDB’s posix makefile dependencies
Product lldb
Version unspecified
Hardware Macintosh
OS MacOS X
Status NEW
Severity normal
Priority P
Component All Bugs
Assignee lldb-dev@cs.uiuc.edu
Reporter kevin@hzsystems.com
Classification Unclassified
Created attachment 12999 [details]
makefile patch
lldb currently fails to build under OSX due to inclusion of 'jit' in makefile
dependances (buildbot fail on freebsd for same reason:
[http://lab.llvm.org:8011/builders/lldb-x86_64-freebsd/builds/960](http://lab.llvm.org:8011/builders/lldb-x86_64-freebsd/builds/960))
diff --git a/lib/Makefile b/lib/Makefile
index f70185e..89b8284 100644
--- a/lib/Makefile
+++ b/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