File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
llvm/utils/gn/secondary/llvm/lib/Target/SystemZ/MCTargetDesc Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
import (" //llvm/utils/TableGen/tablegen.gni" )
2
2
3
- tablegen (" SystemZGenAsmWriter " ) {
3
+ tablegen (" SystemZGenGNUAsmWriter " ) {
4
4
visibility = [ " :MCTargetDesc" ]
5
5
args = [ " -gen-asm-writer" ]
6
6
td_file = " ../SystemZ.td"
7
7
}
8
8
9
+ tablegen (" SystemZGenHLAsmWriter" ) {
10
+ visibility = [ " :MCTargetDesc" ]
11
+ args = [
12
+ " -gen-asm-writer" ,
13
+ " -asmwriternum=1" ,
14
+ ]
15
+ td_file = " ../SystemZ.td"
16
+ }
17
+
9
18
tablegen (" SystemZGenInstrInfo" ) {
10
19
visibility = [ " :MCTargetDesc" ]
11
20
args = [ " -gen-instr-info" ]
@@ -42,7 +51,8 @@ static_library("MCTargetDesc") {
42
51
" :SystemZGenSubtargetInfo" ,
43
52
]
44
53
deps = [
45
- " :SystemZGenAsmWriter" ,
54
+ " :SystemZGenGNUAsmWriter" ,
55
+ " :SystemZGenHLAsmWriter" ,
46
56
" :SystemZGenMCCodeEmitter" ,
47
57
" //llvm/lib/CodeGen" ,
48
58
" //llvm/lib/MC" ,
You can’t perform that action at this time.
0 commit comments