[Object][ELF] Support dumping hash-tables from files with no section table.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 9 Jul 2015 22:32:24 +0000 (22:32 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 9 Jul 2015 22:32:24 +0000 (22:32 +0000)
commit8109763d68889fd13132dc4fc68713ece37ac282
treea948d578cfa664418bf17a313aa072a47b10a29b
parentad6702ec236f1d2a512df8173599f4acd8603f17
[Object][ELF] Support dumping hash-tables from files with no section table.

This time without breaking the bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241869 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELF.h
include/llvm/Object/ELFTypes.h
test/Object/Inputs/no-section-table.so [new file with mode: 0644]
test/Object/no-section-table.test [new file with mode: 0644]
tools/llvm-readobj/ELFDumper.cpp
tools/llvm-readobj/ObjDumper.h
tools/llvm-readobj/StreamWriter.h
tools/llvm-readobj/llvm-readobj.cpp