[lldb-dev] Compile failure on FreeBSD
Ed Maste
emaste at freebsd.org
Fri May 31 13:38:30 PDT 2013
On 31 May 2013 16:20, Malea, Daniel <daniel.malea at intel.com> wrote:
> As far as I can tell (by inspecting source/CMakeLists.txt) lldbBreakpoint
> (contains BreakpointIDList class) is required for linking liblldb.so. Is
> it the lldbCommands library that's failing? If so, the fix might be as
> simple as making lldbCommands depend on lldbBreakpoint.
Yes, it's exactly this. I'm not sure how the dependency is expressed
for CMake, but I found that swapping the order of lldbCommands and
lldbBreakpoint in lldb/source/CMakeLists.txt worked around the issue,
and liblldb.so links.
More information about the lldb-dev
mailing list