[PATCH] D67078: [llvm-readelf] - Allow dumping the dynamic symbols when there is no program headers.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 05:57:14 PDT 2019
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: tools/llvm-readobj/ELFDumper.cpp:1660
+ createError(
+ "SHT_DYNSYM section header and DT_SYMTAB disagree about "
+ "the location of the dynamic symbol table"),
----------------
This warning looks good :) People will stay alert when they see this warning.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67078/new/
https://reviews.llvm.org/D67078
More information about the llvm-commits
mailing list