1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[gn build] (manually) merge 07f8ca6ab19

This commit is contained in:
Nico Weber 2020-05-05 06:15:20 -04:00
parent 3f70cc7e72
commit 2c78fa68d7

View File

@ -10,9 +10,7 @@ config("features_config") {
write_cmake_config("features") {
input = "Features.inc.in"
output = "$target_gen_dir/Features.inc"
# FIXME: Real remote support.
values = [ "CLANGD_ENABLE_REMOTE=0" ]
values = []
if (clangd_build_xpc) {
values += [ "CLANGD_BUILD_XPC=1" ]
} else {