[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:47:53 PST 2014


>CMAKE_EXE_LINKER_FLAGS is a user-settable value in the local cache
> so instead of setting it outright you should prepend or append:
>
>   set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-zorigin")

Ah, OK.

The attached patch should fix both issues.

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


More information about the lldb-dev mailing list