Skip to content

Commit

Permalink
[gn build] Port 3adc2a0
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Sep 29, 2023
1 parent 3adc2a0 commit 88b31f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions llvm/utils/gn/secondary/llvm/lib/MC/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ static_library("MC") {
"ConstantPools.cpp",
"DXContainerPSVInfo.cpp",
"ELFObjectWriter.cpp",
"GOFFObjectWriter.cpp",
"MCAsmBackend.cpp",
"MCAsmInfo.cpp",
"MCAsmInfoCOFF.cpp",
Expand All @@ -36,6 +37,7 @@ static_library("MC") {
"MCELFStreamer.cpp",
"MCExpr.cpp",
"MCFragment.cpp",
"MCGOFFStreamer.cpp",
"MCInst.cpp",
"MCInstPrinter.cpp",
"MCInstrAnalysis.cpp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ static_library("MCTargetDesc") {
]
include_dirs = [ ".." ]
sources = [
"SystemZELFObjectWriter.cpp",
"SystemZGOFFObjectWriter.cpp",
"SystemZInstPrinter.cpp",
"SystemZMCAsmBackend.cpp",
"SystemZMCAsmInfo.cpp",
"SystemZMCCodeEmitter.cpp",
"SystemZMCExpr.cpp",
"SystemZMCObjectWriter.cpp",
"SystemZMCTargetDesc.cpp",
]
}

0 comments on commit 88b31f4

Please sign in to comment.