It seems like this test could be made to work with non dwarf debug info by compiling a real source file.  WDYT?<br><div class="gmail_quote"><div dir="ltr">On Fri, Jan 4, 2019 at 5:31 AM Pavel Labath via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">labath created this revision.<br>
labath added reviewers: clayborg, zturner.<br>
Herald added a subscriber: JDevlieghere.<br>
<br>
The motivation for this is being able to write tests for the upcoming<br>
breakpad line table parser, but this could be useful for testing the<br>
low-level workings of any line table format. Or simply for viewing the<br>
line table information with more detail (the brief format doesn't<br>
include any of the flags for end_of_prologue and similar).<br>
<br>
I've also removed the load_addresses argument from the<br>
DumpCompileUnitLineTable function, as it wasn't being used anywhere.<br>
<br>
<br>
<a href="https://reviews.llvm.org/D56315" rel="noreferrer" target="_blank">https://reviews.llvm.org/D56315</a><br>
<br>
Files:<br>
  lit/SymbolFile/DWARF/debug-line-basic.s<br>
  source/Commands/CommandObjectTarget.cpp<br>
<br>
</blockquote></div>