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 c08a5c1 commit 24293e6Copy full SHA for 24293e6
llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn
@@ -52,8 +52,10 @@ static_library("MCTargetDesc") {
52
include_dirs = [ ".." ]
53
sources = [
54
"SystemZELFObjectWriter.cpp",
55
+ "SystemZGNUInstPrinter.cpp",
56
"SystemZGOFFObjectWriter.cpp",
- "SystemZInstPrinter.cpp",
57
+ "SystemZHLASMInstPrinter.cpp",
58
+ "SystemZInstPrinterCommon.cpp",
59
"SystemZMCAsmBackend.cpp",
60
"SystemZMCAsmInfo.cpp",
61
"SystemZMCCodeEmitter.cpp",
0 commit comments