[llvm] 73b1f27 - [gn build] Port c9b325088d14
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 05:27:56 PST 2022
Author: Nico Weber
Date: 2022-12-07T08:27:50-05:00
New Revision: 73b1f27137b4cf3af330dd4da96cec402de2211e
URL: https://github.com/llvm/llvm-project/commit/73b1f27137b4cf3af330dd4da96cec402de2211e
DIFF: https://github.com/llvm/llvm-project/commit/73b1f27137b4cf3af330dd4da96cec402de2211e.diff
LOG: [gn build] Port c9b325088d14
Added:
Modified:
llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
index b8e99c34ca3c2..11a502b4e36f7 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn
@@ -12,6 +12,7 @@ write_cmake_config("features") {
input = "Features.inc.in"
output = "$target_gen_dir/Features.inc"
values = [
+ "CLANGD_DECISION_FOREST=1",
"CLANGD_ENABLE_REMOTE=0",
"CLANGD_MALLOC_TRIM=1",
"CLANGD_TIDY_CHECKS=1",
@@ -86,6 +87,7 @@ static_library("clangd") {
"ConfigCompile.cpp",
"ConfigProvider.cpp",
"ConfigYAML.cpp",
+ "DecisionForest.cpp",
"Diagnostics.cpp",
"DraftStore.cpp",
"DumpAST.cpp",
More information about the llvm-commits
mailing list