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@cs.uiuc.edu Reporter: ke...@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.
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev