<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - llvm-dwarfdump cannot handle DWARF v5"
href="https://bugs.llvm.org/show_bug.cgi?id=45486">45486</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>llvm-dwarfdump cannot handle DWARF v5
</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>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</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>cmtice@google.com
</td>
</tr>
<tr>
<th>CC</th>
<td>htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>I built clang/llvm itself with DWARF v5 (using -fdebug-default-version=5), and
tried running llvm-dwarfdump on it:
$ llvm-dwarfdump clang
I get many errors, most of which are of two flavors:
error: did not detect a valid list table with base = 0x0
error: did not detect a valid list table with base = 0x0
error: did not detect a valid list table with base = 0x0
error: did not detect a valid list table with base = 0x0
error: did not detect a valid list table with base = 0x0
warning: parsing line table prologue at 0x00b23f25 should have ended at
0x00b2422a but it ended at 0x00b24229
warning: parsing line table prologue at 0x00b243dc should have ended at
0x00b24761 but it ended at 0x00b24760
error: did not detect a valid list table with base = 0x0
error: did not detect a valid list table with base = 0x0
warning: parsing line table prologue at 0x00b26a25 should have ended at
0x00b26df5 but it ended at 0x00b26df4
error: did not detect a valid list table with base = 0x0
error: did not detect a valid list table with base = 0x0
error: did not detect a valid list table with base = 0x0
This was with ToT LLVM.</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>