[llvm-bugs] [Bug 24399] New: custom-line-table.test failing on Windows 7 x64 Visual C++
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Aug 8 02:58:57 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=24399
Bug ID: 24399
Summary: custom-line-table.test failing on Windows 7 x64 Visual
C++
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: yaron.keren at gmail.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
To reproduce I sent the output of llvm-dsymutil to a temporary file.
The output of llvm-dwarfdump.EXE" file "-debug-dump=line" is wrong on the last
line, and thus fails the test.
file: file format Mach-O 64-bit x86-64
.debug_line contents:
Line table prologue:
total_length: 0x000000a0
version: 2
prologue_length: 0x0000001f
min_inst_length: 1
default_is_stmt: 1
line_base: -1
line_range: 4
opcode_base: 13
standard_opcode_lengths[DW_LNS_copy] = 0
standard_opcode_lengths[DW_LNS_advance_pc] = 1
standard_opcode_lengths[DW_LNS_advance_line] = 1
standard_opcode_lengths[DW_LNS_set_file] = 1
standard_opcode_lengths[DW_LNS_set_column] = 1
standard_opcode_lengths[DW_LNS_negate_stmt] = 0
standard_opcode_lengths[DW_LNS_set_basic_block] = 0
standard_opcode_lengths[DW_LNS_const_add_pc] = 0
standard_opcode_lengths[DW_LNS_fixed_advance_pc] = 1
standard_opcode_lengths[DW_LNS_set_prologue_end] = 0
standard_opcode_lengths[DW_LNS_set_epilogue_begin] = 0
standard_opcode_lengths[DW_LNS_set_isa] = 1
Dir Mod Time File Len File Name
---- ---------- ---------- ---------------------------
file_names[ 1] 0 0x00000000 0x00000000 basic2.c
Address Line Column File ISA Discriminator Flags
------------------ ------ ------ ------ --- ------------- -------------
0x0000000000001000 19 0 1 0 0 is_stmt
0x0000000000001012 20 14 1 0 0 is_stmt prologue_end
0x0000000000001015 20 18 1 0 0
0x0000000000001017 20 17 1 0 0
0x0000000000001019 20 10 1 0 0
0x000000000000101e 20 25 1 0 0
0x0000000000001026 20 23 1 0 0
0x000000000000102b 20 36 1 0 0
0x000000000000103c 20 31 1 0 0
0x000000000000103e 20 3 1 0 0
0x0000000000001046 20 3 1 0 0 end_sequence
0x0000000000002000 14 0 1 0 0 is_stmt
0x0000000000002004 15 10 1 0 0 is_stmt prologue_end
0x0000000000002013 15 3 1 0 0
0x0000000000002015 15 3 1 0 0 end_sequence
0x0000000000003000 10 0 1 0 0 is_stmt
0x0000000000003004 11 7 1 0 0 is_stmt prologue_end
0x000000000000300e 11 3 1 0 0
0x0000000000003013 12 1 1 0 0 is_stmt
0x000000000000301c 3722304989 56797 56797 221 0 is_stmt
end_sequence
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150808/ba03d3aa/attachment-0001.html>
More information about the llvm-bugs
mailing list