From: Nico Weber Date: Mon, 3 Jun 2019 18:13:29 +0000 (+0000) Subject: gn build: Merge r362352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c8016aa68e08747cd6e534873d7c05770807449;p=llvm gn build: Merge r362352 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362428 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn b/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn index 6c2c478f7ec..e8ebbe81858 100644 --- a/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn +++ b/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn @@ -108,6 +108,7 @@ static_library("clangd") { "index/MemIndex.cpp", "index/Merge.cpp", "index/Ref.cpp", + "index/Relation.cpp", "index/Serialization.cpp", "index/Symbol.cpp", "index/SymbolCollector.cpp",