Skip to content

Commit dcb2ae1

Browse files
committed
[gn] port e10f67a
1 parent c7745b0 commit dcb2ae1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

llvm/utils/gn/secondary/clang-tools-extra/clang-doc/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ static_library("clang-doc") {
22
output_name = "clangDoc"
33
configs += [ "//llvm/utils/gn/build:clang_code" ]
44
deps = [
5+
"support",
56
"//clang/lib/AST",
67
"//clang/lib/ASTMatchers",
78
"//clang/lib/Analysis",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
static_library("support") {
2+
output_name = "clangDocSupport"
3+
configs += [ "//llvm/utils/gn/build:clang_code" ]
4+
deps = [ "//llvm/lib/Support" ]
5+
sources = [ "File.cpp" ]
6+
}

0 commit comments

Comments
 (0)