forked from OSchip/llvm-project
[gn build] Port a60d06d8b7
This commit is contained in:
parent
3fd2fa1220
commit
f456fd0ed8
|
@ -84,6 +84,7 @@ static_library("clangd") {
|
|||
"DumpAST.cpp",
|
||||
"ExpectedTypes.cpp",
|
||||
"FS.cpp",
|
||||
"FeatureModule.cpp",
|
||||
"FileDistance.cpp",
|
||||
"FindSymbols.cpp",
|
||||
"FindTarget.cpp",
|
||||
|
@ -96,7 +97,6 @@ static_library("clangd") {
|
|||
"Hover.cpp",
|
||||
"IncludeFixer.cpp",
|
||||
"JSONTransport.cpp",
|
||||
"Module.cpp",
|
||||
"ParsedAST.cpp",
|
||||
"PathMapping.cpp",
|
||||
"Preamble.cpp",
|
||||
|
|
Loading…
Reference in New Issue