Skip to content

Commit f98b556

Browse files
committed
[gn] port f2794cc
1 parent 75473cf commit f98b556

File tree

1 file changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/clang/lib/InstallAPI

1 file changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang/lib/InstallAPI/BUILD.gn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ static_library("InstallAPI") {
33
configs += [ "//llvm/utils/gn/build:clang_code" ]
44
deps = [
55
"//clang/lib/AST",
6+
"//llvm/lib/Demangle",
67
"//llvm/lib/Support",
78
"//llvm/lib/TextAPI",
89
]
910
sources = [
11+
"DylibVerifier.cpp",
1012
"FileList.cpp",
1113
"Frontend.cpp",
1214
"HeaderFile.cpp",

0 commit comments

Comments
 (0)