]> granicus.if.org Git - llvm/commit
[gn] Support for building libc++
authorPetr Hosek <phosek@chromium.org>
Thu, 2 May 2019 17:29:41 +0000 (17:29 +0000)
committerPetr Hosek <phosek@chromium.org>
Thu, 2 May 2019 17:29:41 +0000 (17:29 +0000)
commite1e3e97c88e4e56b009efbe2a75b276d4bf721fc
tree5de54b003e6f1035272bd3b5466913b73a39be25
parentd0fed051738ab4cbab5f64fe6fae501229e87a83
[gn] Support for building libc++

This change introduces support for building libc++. The library
build should be complete, but not all CMake options have been
replicated in GN. We also don't support tests yet.

We only support two stage build at the moment.

Differential Revision: https://reviews.llvm.org/D61143

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359806 91177308-0d34-0410-b5e6-96231b3b80d8
utils/gn/secondary/BUILD.gn
utils/gn/secondary/libcxx/BUILD.gn [new file with mode: 0644]
utils/gn/secondary/libcxx/include/BUILD.gn [new file with mode: 0644]
utils/gn/secondary/libcxx/src/BUILD.gn [new file with mode: 0644]