Skip to content

Commit 49d7a9b

Browse files
committed
[gn build] Port aa7ada1
1 parent 39389d5 commit 49d7a9b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ static_library("BinaryFormat") {
1717
"MsgPackDocumentYAML.cpp",
1818
"MsgPackReader.cpp",
1919
"MsgPackWriter.cpp",
20+
"SFrame.cpp",
2021
"Wasm.cpp",
2122
"XCOFF.cpp",
2223
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ static_library("Object") {
4242
"OffloadBundle.cpp",
4343
"RecordStreamer.cpp",
4444
"RelocationResolver.cpp",
45+
"SFrameParser.cpp",
4546
"SymbolSize.cpp",
4647
"SymbolicFile.cpp",
4748
"TapiFile.cpp",

0 commit comments

Comments
 (0)