Skip to content

Commit 24293e6

Browse files
committed
[gn build] Port 6512a8d
1 parent c08a5c1 commit 24293e6

File tree

1 file changed

+3
-1
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ static_library("MCTargetDesc") {
5252
include_dirs = [ ".." ]
5353
sources = [
5454
"SystemZELFObjectWriter.cpp",
55+
"SystemZGNUInstPrinter.cpp",
5556
"SystemZGOFFObjectWriter.cpp",
56-
"SystemZInstPrinter.cpp",
57+
"SystemZHLASMInstPrinter.cpp",
58+
"SystemZInstPrinterCommon.cpp",
5759
"SystemZMCAsmBackend.cpp",
5860
"SystemZMCAsmInfo.cpp",
5961
"SystemZMCCodeEmitter.cpp",

0 commit comments

Comments
 (0)