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 11import (" //llvm/utils/TableGen/tablegen.gni" )
22
3- tablegen (" SystemZGenAsmWriter " ) {
3+ tablegen (" SystemZGenGNUAsmWriter " ) {
44 visibility = [ " :MCTargetDesc" ]
55 args = [ " -gen-asm-writer" ]
66 td_file = " ../SystemZ.td"
77}
88
9+ tablegen (" SystemZGenHLAsmWriter" ) {
10+ visibility = [ " :MCTargetDesc" ]
11+ args = [
12+ " -gen-asm-writer" ,
13+ " -asmwriternum=1" ,
14+ ]
15+ td_file = " ../SystemZ.td"
16+ }
17+
918tablegen (" SystemZGenInstrInfo" ) {
1019 visibility = [ " :MCTargetDesc" ]
1120 args = [ " -gen-instr-info" ]
@@ -42,7 +51,8 @@ static_library("MCTargetDesc") {
4251 " :SystemZGenSubtargetInfo" ,
4352 ]
4453 deps = [
45- " :SystemZGenAsmWriter" ,
54+ " :SystemZGenGNUAsmWriter" ,
55+ " :SystemZGenHLAsmWriter" ,
4656 " :SystemZGenMCCodeEmitter" ,
4757 " //llvm/lib/CodeGen" ,
4858 " //llvm/lib/MC" ,
You can’t perform that action at this time.
0 commit comments