Skip to content

Commit

Permalink
[gn build] Manually port 89f6b26
Browse files Browse the repository at this point in the history
  • Loading branch information
aeubanks committed Mar 22, 2022
1 parent c9c2363 commit e22b78d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
@@ -1,5 +1,5 @@
static_library("SymbolGraph") {
output_name = "clangSymbolGraph"
static_library("ExtractAPI") {
output_name = "clangExtractAPI"
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang/lib/AST",
Expand All @@ -12,6 +12,7 @@ static_library("SymbolGraph") {
"API.cpp",
"ExtractAPIConsumer.cpp",
"DeclarationFragments.cpp",
"Serialization.cpp",
"Serialization/SerializerBase.cpp",
"Serialization/SymbolGraphSerializer.cpp",
]
}
2 changes: 1 addition & 1 deletion llvm/utils/gn/secondary/clang/lib/FrontendTool/BUILD.gn
Expand Up @@ -12,9 +12,9 @@ static_library("FrontendTool") {
"//clang/lib/Basic",
"//clang/lib/CodeGen",
"//clang/lib/Driver",
"//clang/lib/ExtractAPI",
"//clang/lib/Frontend",
"//clang/lib/Frontend/Rewrite",
"//clang/lib/SymbolGraph",
"//llvm/lib/Option",
"//llvm/lib/Support",
]
Expand Down

0 comments on commit e22b78d

Please sign in to comment.