Skip to content

Commit

Permalink
[gn build] (manually) merge 07f8ca6
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed May 5, 2020
1 parent 5bb5fa3 commit f174f1c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
Expand Up @@ -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 {
Expand Down

0 comments on commit f174f1c

Please sign in to comment.