File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
llvm/utils/gn/secondary/clang/lib Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- static_library (" SymbolGraph " ) {
2
- output_name = " clangSymbolGraph "
1
+ static_library (" ExtractAPI " ) {
2
+ output_name = " clangExtractAPI "
3
3
configs += [ " //llvm/utils/gn/build:clang_code" ]
4
4
deps = [
5
5
" //clang/lib/AST" ,
@@ -12,6 +12,7 @@ static_library("SymbolGraph") {
12
12
" API.cpp" ,
13
13
" ExtractAPIConsumer.cpp" ,
14
14
" DeclarationFragments.cpp" ,
15
- " Serialization.cpp" ,
15
+ " Serialization/SerializerBase.cpp" ,
16
+ " Serialization/SymbolGraphSerializer.cpp" ,
16
17
]
17
18
}
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ static_library("FrontendTool") {
12
12
" //clang/lib/Basic" ,
13
13
" //clang/lib/CodeGen" ,
14
14
" //clang/lib/Driver" ,
15
+ " //clang/lib/ExtractAPI" ,
15
16
" //clang/lib/Frontend" ,
16
17
" //clang/lib/Frontend/Rewrite" ,
17
- " //clang/lib/SymbolGraph" ,
18
18
" //llvm/lib/Option" ,
19
19
" //llvm/lib/Support" ,
20
20
]
You can’t perform that action at this time.
0 commit comments