1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/utils/gn/secondary/libcxx/BUILD.gn
Petr Hosek fdc10c3a09 [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

llvm-svn: 359806
2019-05-02 17:29:41 +00:00

7 lines
106 B
Plaintext

group("libcxx") {
deps = [
"include",
"src(//llvm/utils/gn/build/toolchain:stage2_unix)",
]
}