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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to