[PATCH] Make libc++ headers available in cmake build directory

Justin Bogner mail at justinbogner.com
Thu Nov 14 16:30:36 PST 2013


This makes the headers available in the build directory, making it
easier to use freshly-built clang with freshly-built libc++.

Basically, this makes it possible to run clang with libc++ without
having to install it, even if you don't have any version of libc++
installed in /usr/

I don't know cmake very well, so please let me know if I've done
anything strange here.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Make-libc-headers-available-in-cmake-build-directory.patch
Type: text/x-patch
Size: 2089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131114/a103d804/attachment.bin>


More information about the cfe-commits mailing list