Skip to content

Commit 82dbb2d

Browse files
llvmgnsyncbotgithub-actions[bot]
authored andcommitted
Automerge: [gn build] Port 910220b
2 parents 36102ea + ba63150 commit 82dbb2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ static_library("Object") {
3939
"Object.cpp",
4040
"ObjectFile.cpp",
4141
"OffloadBinary.cpp",
42+
"OffloadBundle.cpp",
4243
"RecordStreamer.cpp",
4344
"RelocationResolver.cpp",
4445
"SymbolSize.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ unittest("ObjectTests") {
1818
"GOFFObjectFileTest.cpp",
1919
"MinidumpTest.cpp",
2020
"ObjectFileTest.cpp",
21+
"OffloadingBundleTest.cpp",
2122
"OffloadingTest.cpp",
2223
"SymbolSizeTest.cpp",
2324
"SymbolicFileTest.cpp",

0 commit comments

Comments
 (0)