Mercurial > hg > CbC > CbC_llvm
comparison test/MC/MachO/gen-dwarf.s @ 147:c2174574ed3a
LLVM 10
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 16:55:33 +0900 |
parents | 3a76565eade5 |
children |
comparison
equal
deleted
inserted
replaced
134:3a76565eade5 | 147:c2174574ed3a |
---|---|
87 // CHECK: Address Range Header: length = 0x0000001c, version = 0x0002, cu_offset = 0x00000000, addr_size = 0x04, seg_size = 0x00 | 87 // CHECK: Address Range Header: length = 0x0000001c, version = 0x0002, cu_offset = 0x00000000, addr_size = 0x04, seg_size = 0x00 |
88 | 88 |
89 // CHECK: .debug_line contents: | 89 // CHECK: .debug_line contents: |
90 // CHECK: Line table prologue: | 90 // CHECK: Line table prologue: |
91 // We don't check the total_length as it includes lengths of temp paths | 91 // We don't check the total_length as it includes lengths of temp paths |
92 // CHECK: version: 2 | 92 // CHECK: version: 4 |
93 // We don't check the prologue_length as it too includes lengths of temp paths | 93 // We don't check the prologue_length as it too includes lengths of temp paths |
94 // CHECK: min_inst_length: 1 | 94 // CHECK: min_inst_length: 1 |
95 // CHECK: default_is_stmt: 1 | 95 // CHECK: default_is_stmt: 1 |
96 // CHECK: line_base: -5 | 96 // CHECK: line_base: -5 |
97 // CHECK: line_range: 14 | 97 // CHECK: line_range: 14 |
107 // CHECK: standard_opcode_lengths[DW_LNS_fixed_advance_pc] = 1 | 107 // CHECK: standard_opcode_lengths[DW_LNS_fixed_advance_pc] = 1 |
108 // CHECK: standard_opcode_lengths[DW_LNS_set_prologue_end] = 0 | 108 // CHECK: standard_opcode_lengths[DW_LNS_set_prologue_end] = 0 |
109 // CHECK: standard_opcode_lengths[DW_LNS_set_epilogue_begin] = 0 | 109 // CHECK: standard_opcode_lengths[DW_LNS_set_epilogue_begin] = 0 |
110 // CHECK: standard_opcode_lengths[DW_LNS_set_isa] = 1 | 110 // CHECK: standard_opcode_lengths[DW_LNS_set_isa] = 1 |
111 // We don't check include_directories as it has a temp path | 111 // We don't check include_directories as it has a temp path |
112 // CHECK: Dir Mod Time File Len File Name | 112 // CHECK: file_names[ 1]: |
113 // CHECK: ---- ---------- ---------- --------------------------- | 113 // CHECK-NEXT: name: "gen-dwarf.s" |
114 // CHECK: file_names[ 1] 1 0x00000000 0x00000000 "gen-dwarf.s" | 114 // CHECK-NEXT: dir_index: 1 |
115 | 115 |
116 // CHECK: Address Line Column File ISA Discriminator Flags | 116 // CHECK: Address Line Column File ISA Discriminator Flags |
117 // CHECK: ------------------ ------ ------ ------ --- ------------- ------------- | 117 // CHECK: ------------------ ------ ------ ------ --- ------------- ------------- |
118 // CHECK: 0x0000000000000000 6 0 1 0 0 is_stmt | 118 // CHECK: 0x0000000000000000 6 0 1 0 0 is_stmt |
119 // CHECK: 0x0000000000000005 7 0 1 0 0 is_stmt | 119 // CHECK: 0x0000000000000005 7 0 1 0 0 is_stmt |