mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
fdc10c3a09
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
7 lines
106 B
Plaintext
7 lines
106 B
Plaintext
group("libcxx") {
|
|
deps = [
|
|
"include",
|
|
"src(//llvm/utils/gn/build/toolchain:stage2_unix)",
|
|
]
|
|
}
|