Skip to content

Commit 88b31f4

Browse files
committed
[gn build] Port 3adc2a0
1 parent 3adc2a0 commit 88b31f4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ static_library("MC") {
1515
"ConstantPools.cpp",
1616
"DXContainerPSVInfo.cpp",
1717
"ELFObjectWriter.cpp",
18+
"GOFFObjectWriter.cpp",
1819
"MCAsmBackend.cpp",
1920
"MCAsmInfo.cpp",
2021
"MCAsmInfoCOFF.cpp",
@@ -36,6 +37,7 @@ static_library("MC") {
3637
"MCELFStreamer.cpp",
3738
"MCExpr.cpp",
3839
"MCFragment.cpp",
40+
"MCGOFFStreamer.cpp",
3941
"MCInst.cpp",
4042
"MCInstPrinter.cpp",
4143
"MCInstrAnalysis.cpp",

llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,13 @@ static_library("MCTargetDesc") {
5151
]
5252
include_dirs = [ ".." ]
5353
sources = [
54+
"SystemZELFObjectWriter.cpp",
55+
"SystemZGOFFObjectWriter.cpp",
5456
"SystemZInstPrinter.cpp",
5557
"SystemZMCAsmBackend.cpp",
5658
"SystemZMCAsmInfo.cpp",
5759
"SystemZMCCodeEmitter.cpp",
5860
"SystemZMCExpr.cpp",
59-
"SystemZMCObjectWriter.cpp",
6061
"SystemZMCTargetDesc.cpp",
6162
]
6263
}

0 commit comments

Comments
 (0)