Skip to content

Commit fabd416

Browse files
author
git apple-llvm automerger
committed
Merge commit 'df05babc9606' from llvm.org/main into next
2 parents 62627a6 + df05bab commit fabd416

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/clang-tools-extra/clangd

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clangd/support/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ static_library("support") {
1717
"MemoryTree.cpp",
1818
"Path.cpp",
1919
"Shutdown.cpp",
20+
"ThreadCrashReporter.cpp",
2021
"Threading.cpp",
2122
"ThreadsafeFS.cpp",
2223
"Trace.cpp",

llvm/utils/gn/secondary/clang-tools-extra/clangd/unittests/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ unittest("ClangdTests") {
106106
"TestIndex.cpp",
107107
"TestTU.cpp",
108108
"TestWorkspace.cpp",
109+
"ThreadCrashReporterTests.cpp",
109110
"TidyProviderTests.cpp",
110111
"TypeHierarchyTests.cpp",
111112
"URITests.cpp",

0 commit comments

Comments
 (0)