[llvm] 4cdeef5 - [gn] port c6f29dbb596f
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 08:39:31 PST 2023
Author: Nico Weber
Date: 2023-12-21T11:39:24-05:00
New Revision: 4cdeef510e136865c2445dedb5a0f72cd11d4527
URL: https://github.com/llvm/llvm-project/commit/4cdeef510e136865c2445dedb5a0f72cd11d4527
DIFF: https://github.com/llvm/llvm-project/commit/4cdeef510e136865c2445dedb5a0f72cd11d4527.diff
LOG: [gn] port c6f29dbb596f
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
llvm/utils/gn/secondary/llvm/tools/llvm-readtapi/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
index f1c604aa420bdb..ed312b2486564c 100644
--- a/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
@@ -20,5 +20,6 @@ static_library("TextAPI") {
"TextStub.cpp",
"TextStubCommon.cpp",
"TextStubV5.cpp",
+ "Utils.cpp",
]
}
diff --git a/llvm/utils/gn/secondary/llvm/tools/llvm-readtapi/BUILD.gn b/llvm/utils/gn/secondary/llvm/tools/llvm-readtapi/BUILD.gn
index df0a6b01755aa8..1e67b1dcf036e4 100644
--- a/llvm/utils/gn/secondary/llvm/tools/llvm-readtapi/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/tools/llvm-readtapi/BUILD.gn
@@ -26,6 +26,7 @@ group("symlinks") {
executable("llvm-readtapi") {
deps = [
":TapiOpts",
+ "//llvm/lib/BinaryFormat",
"//llvm/lib/Object",
"//llvm/lib/Option",
"//llvm/lib/Support",
More information about the llvm-commits
mailing list