We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d319cc8 commit a76f678Copy full SHA for a76f678
llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn
@@ -64,12 +64,14 @@ static_library("MCTargetDesc") {
64
"SystemZELFObjectWriter.cpp",
65
"SystemZGNUInstPrinter.cpp",
66
"SystemZGOFFObjectWriter.cpp",
67
+ "SystemZHLASMAsmStreamer.cpp",
68
"SystemZHLASMInstPrinter.cpp",
69
"SystemZInstPrinterCommon.cpp",
70
"SystemZMCAsmBackend.cpp",
71
"SystemZMCAsmInfo.cpp",
72
"SystemZMCCodeEmitter.cpp",
73
"SystemZMCExpr.cpp",
74
"SystemZMCTargetDesc.cpp",
75
+ "SystemZTargetStreamer.cpp",
76
]
77
}
0 commit comments