[lldb-dev] [Bug 20864] New: Remove JIT from LLDB's posix makefile dependencies
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Sep 5 18:55:11 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20864
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 at cs.uiuc.edu
Reporter: kevin at hzsystems.com
Classification: Unclassified
Created attachment 12999
--> http://llvm.org/bugs/attachment.cgi?id=12999&action=edit
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)
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140906/53de4b74/attachment.html>
More information about the lldb-dev
mailing list