We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75473cf commit f98b556Copy full SHA for f98b556
llvm/utils/gn/secondary/clang/lib/InstallAPI/BUILD.gn
@@ -3,10 +3,12 @@ static_library("InstallAPI") {
3
configs += [ "//llvm/utils/gn/build:clang_code" ]
4
deps = [
5
"//clang/lib/AST",
6
+ "//llvm/lib/Demangle",
7
"//llvm/lib/Support",
8
"//llvm/lib/TextAPI",
9
]
10
sources = [
11
+ "DylibVerifier.cpp",
12
"FileList.cpp",
13
"Frontend.cpp",
14
"HeaderFile.cpp",
0 commit comments