Skip to content

Commit 4d459df

Browse files
committed
[gn build] Port ed8f788
1 parent 887224d commit 4d459df

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ static_library("support") {
99
]
1010
include_dirs = [ ".." ]
1111
sources = [
12+
"Bracket.cpp",
1213
"Cancellation.cpp",
1314
"Context.cpp",
15+
"DirectiveTree.cpp",
1416
"FileCache.cpp",
17+
"Lex.cpp",
1518
"Logger.cpp",
1619
"Markup.cpp",
1720
"MemoryTree.cpp",
@@ -20,6 +23,7 @@ static_library("support") {
2023
"ThreadCrashReporter.cpp",
2124
"Threading.cpp",
2225
"ThreadsafeFS.cpp",
26+
"Token.cpp",
2327
"Trace.cpp",
2428
]
2529
}

0 commit comments

Comments
 (0)