llvm-dwarfdump: Skip address index info (and dump only the address, if found) when...
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 24 Dec 2018 06:52:31 +0000 (06:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 24 Dec 2018 06:52:31 +0000 (06:52 +0000)
commitb917c3a41a8dc3648a6a9f7c24b9483ce6e3b9bf
treec3c1ab469b2c4be56b4dce794e0ef6a94be8b77e
parent347c583772911bbed130628fab25541f8931bf31
llvm-dwarfdump: Skip address index info (and dump only the address, if found) when non-verbose dumping addrx forms

There's a few bugs here still - demonstrated with FIXITs in the test.

llvm-svn: 350046
llvm/lib/DebugInfo/DWARF/DWARFFormValue.cpp
llvm/test/tools/llvm-dwarfdump/X86/debug_info_addrx.s [new file with mode: 0644]