[libc++][patch] Sort out common Linux linking issues.

Dan Albert danalbert at google.com
Wed Aug 6 10:24:26 PDT 2014


Looking at the patch, I think this part of the log had misled me: "It also
automatically uses libstdc++ for dynamic mode and libsupc++ for static mode".
I'll find some time to test it this week.


On Wed, Aug 6, 2014 at 9:55 AM, İsmail Dönmez <ismail at donmez.ws> wrote:

> Hi,
>
>
> On Wed, Aug 6, 2014 at 7:45 PM, Dan Albert <danalbert at google.com> wrote:
>
>> The patch in question:
>> https://www.mail-archive.com/cfe-commits@cs.uiuc.edu/msg93807.html
>>
>> I'll try to find some time to take a look more closely at this, but just
>> looking at the log I'd say it needs some modification because it doesn't
>> provide anything for libc++abi. It also (as the OP guessed) won't work on
>> Darwin (doesn't have libsupc++ or libstdc++).
>>
>
> Does libcxxabi needs an ldscript though? It doesn't link to multiple
> backends. In libcxx case it might be libstdc++ or libc++abi.
>
> ismail
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140806/83566317/attachment.html>


More information about the cfe-commits mailing list