[llvm] f98b556 - [gn] port f2794ccede6d
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 17 16:52:50 PDT 2024
Author: Nico Weber
Date: 2024-03-17T19:52:43-04:00
New Revision: f98b556e0f4ecd2ec1dcb636d74d494f2284b630
URL: https://github.com/llvm/llvm-project/commit/f98b556e0f4ecd2ec1dcb636d74d494f2284b630
DIFF: https://github.com/llvm/llvm-project/commit/f98b556e0f4ecd2ec1dcb636d74d494f2284b630.diff
LOG: [gn] port f2794ccede6d
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/InstallAPI/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/InstallAPI/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/InstallAPI/BUILD.gn
index 5e533bf23ec475..2f43a915b2a664 100644
--- a/llvm/utils/gn/secondary/clang/lib/InstallAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/InstallAPI/BUILD.gn
@@ -3,10 +3,12 @@ static_library("InstallAPI") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang/lib/AST",
+ "//llvm/lib/Demangle",
"//llvm/lib/Support",
"//llvm/lib/TextAPI",
]
sources = [
+ "DylibVerifier.cpp",
"FileList.cpp",
"Frontend.cpp",
"HeaderFile.cpp",
More information about the llvm-commits
mailing list