[PATCH] D74047: [llvm-readobj] - Allow a situation when a section name is unknown.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 06:45:01 PST 2020
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-readobj/ELF/invalid-shstrndx.test:16
# LLVM-NEXT: Sections [
-# LLVM-NEXT: error: '[[FILE]]': section header string table index 255 does not exist
+# LLVM-NEXT: warning: '[[FILE]]': section header string table index 255 does not exist
----------------
Perhaps worth showing what is printed for this and subsequent section headers?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74047/new/
https://reviews.llvm.org/D74047
More information about the llvm-commits
mailing list