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 460406a commit 907c136Copy full SHA for 907c136
llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc/BUILD.gn
@@ -6,7 +6,7 @@ tablegen("SystemZGenGNUAsmWriter") {
6
td_file = "../SystemZ.td"
7
}
8
9
-tablegen("SystemZGenHLAsmWriter") {
+tablegen("SystemZGenHLASMAsmWriter") {
10
visibility = [ ":MCTargetDesc" ]
11
args = [
12
"-gen-asm-writer",
@@ -52,7 +52,7 @@ static_library("MCTargetDesc") {
52
]
53
deps = [
54
":SystemZGenGNUAsmWriter",
55
- ":SystemZGenHLAsmWriter",
+ ":SystemZGenHLASMAsmWriter",
56
":SystemZGenMCCodeEmitter",
57
"//llvm/lib/CodeGen",
58
"//llvm/lib/MC",
0 commit comments