Skip to content

Commit ad8084f

Browse files
committed
[gn build] Port b04b897
1 parent fccc374 commit ad8084f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ static_library("TextAPI") {
1111
"InterfaceFile.cpp",
1212
"PackedVersion.cpp",
1313
"Platform.cpp",
14+
"RecordsSlice.cpp",
1415
"Symbol.cpp",
1516
"SymbolSet.cpp",
1617
"Target.cpp",

llvm/utils/gn/secondary/llvm/unittests/TextAPI/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ unittest("TextAPITests") {
66
"//llvm/lib/TextAPI",
77
]
88
sources = [
9+
"RecordTests.cpp",
910
"TextStubV1Tests.cpp",
1011
"TextStubV2Tests.cpp",
1112
"TextStubV3Tests.cpp",

0 commit comments

Comments
 (0)