[PATCH][www] Mention that libcxx is necessary on OS X

Yuri Gribov via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 4 13:55:48 PDT 2015


On Fri, Sep 4, 2015 at 11:49 PM, Jonathan Roelofs <jonathan at codesourcery.com
> wrote:

> On 9/4/15 2:45 PM, Yuri Gribov via cfe-commits wrote:
>
>> Hi all,
>>
>> According to https://llvm.org/bugs/show_bug.cgi?id=17821 , when Clang
>> gets built on OS X we need to build it with libcxx and libcxxabi
>> (otherwise tests will fail to link with "can't find iostream". This
>> patch adds a note to getting started page. Ok to apply?
>>
>
> Which tests fail to link for you?
>

Sorry, I'm not at my desk right now. Basically make check-all failed in 5
seconds and after some googling I found the above bug with Bob Wilson's
advice to link libcxx which fixed the issue.

Do you mean that libcxx shouldn't be needed on Mac?

 -Y
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150904/c8424698/attachment-0001.html>


More information about the cfe-commits mailing list