I am unable to build LLDB ToT when I place lldb inside tools/ and
build using the configure script. Linking liblldb.dylib complains
about various missing *_panel methods.

The attached patch links libedit, libcurses, and libpanel on Darwin. I
would have gotten many more undefined symbol errors at link if LLDB
didn't already link in libedit and libpanel due to the top-level LLVM
build using them.

The patch enables me to build LLDB but I'm not sure if it is correct.
Should the linking be conditionalized on some option?

Looking on the CMake side of things, should libedit also get linked in?

Cheers,
Jevin

Attachment: LLDB_link_edit_curses_panel.patch
Description: Binary data

_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to