[PATCH] D28560: [Object/ELF] - Allow to parse files with e_shstrndx set to SHN_UNDEF

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 08:33:44 PST 2017


grimar abandoned this revision.
grimar added a comment.

LLD does not allow to discard .shstrtab anymore. That was the only known producer.
+ seems it is anyways incorrect to have offset set for name when there is no .shstrtab in file
(though readelf is able to parse such files).


https://reviews.llvm.org/D28560





More information about the llvm-commits mailing list