[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)
commit20546ffd4aa654066d7af1eed475598c1f1ac7b9
tree13edff52313be8b0ae0846d250a039e631d71b55
parent28148ba82dfab4ae9a00124beab1aeb14708d08e
[Object][ELF] Support dumping hash-tables from files with no section table.

This time without breaking the bots.

llvm-svn: 241869
llvm/include/llvm/Object/ELF.h
llvm/include/llvm/Object/ELFTypes.h
llvm/test/Object/Inputs/no-section-table.so [new file with mode: 0644]
llvm/test/Object/no-section-table.test [new file with mode: 0644]
llvm/tools/llvm-readobj/ELFDumper.cpp
llvm/tools/llvm-readobj/ObjDumper.h
llvm/tools/llvm-readobj/StreamWriter.h
llvm/tools/llvm-readobj/llvm-readobj.cpp