[cfe-dev] [llvm-commits] [PATCH] Allow libc++ to be built in the LLVM tree under the "runtime" subdir

Eric Christopher echristo at apple.com
Mon Mar 19 11:34:11 PDT 2012


On Mar 19, 2012, at 8:46 AM, Howard Hinnant wrote:

> 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.

I don't do cmake, but you do and it looks pretty trivial :)

-eric



More information about the cfe-dev mailing list