[llvm] ad8084f - [gn build] Port b04b89753daf
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 2 13:34:22 PST 2023
Author: LLVM GN Syncbot
Date: 2023-12-02T21:26:54Z
New Revision: ad8084ff0693507f62f07dfba105263fcc153030
URL: https://github.com/llvm/llvm-project/commit/ad8084ff0693507f62f07dfba105263fcc153030
DIFF: https://github.com/llvm/llvm-project/commit/ad8084ff0693507f62f07dfba105263fcc153030.diff
LOG: [gn build] Port b04b89753daf
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/TextAPI/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 d2abf0de4cf7c..a1433058d63a7 100644
--- a/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
@@ -11,6 +11,7 @@ static_library("TextAPI") {
"InterfaceFile.cpp",
"PackedVersion.cpp",
"Platform.cpp",
+ "RecordsSlice.cpp",
"Symbol.cpp",
"SymbolSet.cpp",
"Target.cpp",
diff --git a/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn
index 5378860f8853b..b947dd9b240e2 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn
@@ -6,6 +6,7 @@ unittest("TextAPITests") {
"//llvm/lib/TextAPI",
]
sources = [
+ "RecordTests.cpp",
"TextStubV1Tests.cpp",
"TextStubV2Tests.cpp",
"TextStubV3Tests.cpp",
More information about the llvm-commits
mailing list