[PATCH] D54310: Make clang-based tools find libc++ on MacOS

Sam McCall via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 12 12:42:17 PST 2018


On Mon, Nov 12, 2018, 20:53 George Karpenkov via Phabricator <
reviews at reviews.llvm.org wrote:

> george.karpenkov added a comment.
>
> I don't quite understand the need for this patch.
> If we are talking about a binary built from source, wouldn't it make more
> sense to build libcxx from source as well?
>
I'm not sure what you mean by "built from source" - all programs are?
The intent is to distribute as binary (I think), and not distribute libcxx.
It's important the system stdlib is used, as that's the one consistent with
the CDB and the actual build.

If libcxx is built from source in the same repo, clang-based tools do find
> it.
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D54310
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181112/f4032d38/attachment.html>


More information about the cfe-commits mailing list