Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Add support for libcxx for LLVM/Clang #21655

Closed
wants to merge 1 commit into from

Conversation

jhanssen
Copy link

@jhanssen jhanssen commented Aug 5, 2013

This adds support for LLVM's libc++, which is required if one wants to have proper C++11 support for libclang, otherwise the ancient GNU stdlibc++ headers are used instead.

@mistydemeo
Copy link
Member

There's currently a pull request for this open in #19914 (though I see you're doing it slightly differently). Can you comment in that issue on the benefits/differences of your approach vs what it's doing? Thanks!

We're waiting to pull this until we have code in to track C++ stdlibs, since they're mutually incompatible and trying to link software using libstdc++ against software using libc++ is asking for trouble.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants