[lldb-dev] Heads-up: FreeBSD LLDB CMake build broken by relative rpath change

Rafael EspĂ­ndola rafael.espindola at gmail.com
Thu Feb 27 07:13:08 PST 2014


> It isn't being set in the configure build.  With the configure build
> rtld first fails on the $ORIGIN due to the missing flag, but still
> finds the library via the the "backup" absolute path.  It will still
> need an equivalent change.

Ah, OK.

So, this is not lldb specific (the -DBUILD_SHARED_LIBS=ON build is
probably broken on freebsd right now). It seems to be freebsd specific
(i don't see zorigin anywhere in binutils). Maybe what we should do is
apply the attached patch to llvm?

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140227/67ef7ef6/attachment.bin>


More information about the lldb-dev mailing list