[PATCH] D25008: [cmake] Split linked libraries into private & public, for linker script
Jonas Hahnfeld via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 24 00:26:29 PDT 2016
Hahnfeld added a comment.
Hi Michal,
this currently breaks for me: `-lunwind` will find the system default `libunwind.so.8` instead of LLVMs `libunwind.so.1` which breaks some tests.
This has worked magically before because libc++ and libc++abi where explicitely linked against LLVMs `libunwind.so.1`. Could we force that in the linker script as well?
Thanks,
Jonas
Repository:
rL LLVM
https://reviews.llvm.org/D25008
More information about the cfe-commits
mailing list