From: Nico Weber Date: Thu, 28 Feb 2019 22:08:18 +0000 (+0000) Subject: gn build: Merge r355035 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b4625c078bf6598134d89dc1ba10074015fa826d;p=llvm gn build: Merge r355035 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355146 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/gn/secondary/clang/lib/Index/BUILD.gn b/utils/gn/secondary/clang/lib/Index/BUILD.gn index 8c7190f4bc4..f0b4d5975c1 100644 --- a/utils/gn/secondary/clang/lib/Index/BUILD.gn +++ b/utils/gn/secondary/clang/lib/Index/BUILD.gn @@ -15,6 +15,7 @@ static_library("Index") { sources = [ "CodegenNameGenerator.cpp", "CommentToXML.cpp", + "FileIndexRecord.cpp", "IndexBody.cpp", "IndexDecl.cpp", "IndexSymbol.cpp",