[llvm-commits] [PATCH] Allow libc++ to be built in the LLVM tree under the "runtime" subdir
Howard Hinnant
hhinnant at apple.com
Mon Mar 19 08:46:22 PDT 2012
On Mar 18, 2012, at 11:29 AM, Ruben Van Boxem wrote:
> Hi,
>
> Attached are patched to LLVM and libcxx to allow libc++ to be built with CMake from within the LLVM tree.
>
> The libc++ part is just some renaming as the variable ${headers} was already in use, conflicting with something else in the LLVM tree.
>
> The LLVM part copied the directory scanning code in the "projects" subdir to add all existing subdirectories to the build.
>
> Please comment or apply, thanks!
>
> Ruben
>
> PS: I'm not subscribed to the list, so please CC me when replying, thank you.
> <libcxxinllvmtree_libcxx.patch.txt><libcxxinllvmtree_llvm.patch.txt>
I've committed the libc++ part of this in revision 153036. I would prefer that someone else take care of the llvm part.
Howard
More information about the llvm-commits
mailing list