diff options
author | Nico Weber <nicolasweber@gmx.de> | 2019-07-11 15:01:50 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2019-07-11 15:01:50 +0000 |
commit | 0e4386e9e773468b5589a892f812fbc6fbe2b28c (patch) | |
tree | 6c95b4f56baa42ec489de78488e944548bc565b0 | |
parent | c2c21ef9d2b37da6a8cc6322e4cd13fff3fe10b3 (diff) | |
download | bcm5719-llvm-0e4386e9e773468b5589a892f812fbc6fbe2b28c.tar.gz bcm5719-llvm-0e4386e9e773468b5589a892f812fbc6fbe2b28c.zip |
gn build: Merge r365773
llvm-svn: 365787
-rw-r--r-- | llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
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 cb98198dc87..e21727d22e3 100644 --- a/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn +++ b/llvm/utils/gn/secondary/clang-tools-extra/clangd/BUILD.gn @@ -106,6 +106,7 @@ static_library("clangd") { "XRefs.cpp", "index/Background.cpp", "index/BackgroundIndexStorage.cpp", + "index/BackgroundQueue.cpp", "index/BackgroundRebuild.cpp", "index/CanonicalIncludes.cpp", "index/FileIndex.cpp", |