[gn] Support for building libcxxabi
authorPetr Hosek <phosek@chromium.org>
Thu, 2 May 2019 17:29:39 +0000 (17:29 +0000)
committerPetr Hosek <phosek@chromium.org>
Thu, 2 May 2019 17:29:39 +0000 (17:29 +0000)
commit4fe63c70c7ed8da1c66d82cd6dd0021b40923165
treed945d4a881317add2bfc85f012aa6e7140e6539a
parentf0652f03b66e8abc0100da8829f0af27ac8fb2d6
[gn] Support for building libcxxabi

This change introduces support for building libcxxabi. 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/D60372

llvm-svn: 359805
libcxxabi/CMakeLists.txt
libcxxabi/src/CMakeLists.txt
llvm/utils/gn/secondary/BUILD.gn
llvm/utils/gn/secondary/libcxxabi/BUILD.gn [new file with mode: 0644]
llvm/utils/gn/secondary/libcxxabi/src/BUILD.gn [new file with mode: 0644]