<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - custom-line-table.test failing on Windows 7 x64 Visual C++"
href="https://llvm.org/bugs/show_bug.cgi?id=24399">24399</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>custom-line-table.test failing on Windows 7 x64 Visual C++
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>yaron.keren@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>