[lldb-dev] Heads-up: FreeBSD LLDB CMake build broken by relative rpath change
Rafael EspĂndola
rafael.espindola at gmail.com
Thu Feb 27 06:41:55 PST 2014
> I found out what the problem is -- the -zorigin flag isn't being
> passed to the linker, so the ORIGIN flag isn't set. I guess either
> the GNU runtime linker doesn't check, or a later version of GNU ld
> sets the flag automatically; either way, FreeBSD needs -zorigin. I
> applied this patch:
Interesting. Where is that coming from in the configure build? I don't
see it anywhere in llvm or lldb.
Cheers,
Rafael
More information about the lldb-dev
mailing list