[PATCH] D13739: [libcxx] Make libc++.so a linker script by default on most platforms.
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 14 13:59:23 PDT 2015
EricWF added a comment.
In http://reviews.llvm.org/D13739#267286, @cbergstrom wrote:
> And does this hardcode the abi and break cxxrt? It's not just me who uses that
No it does not hard code the ABI. The linker script is generated based on the name of the ABI library selected at build time. For libcxxrt the linker script would be "INPUT(libc++.so.1 -lcxxrt)".
This shouldn't make it any harder to use libcxxrt.
http://reviews.llvm.org/D13739
More information about the cfe-commits
mailing list