[PATCH] D63084: [llvm-readobj] Don't abort printing of dynamic table if string reference is invalid
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 11 02:41:26 PDT 2019
grimar added inline comments.
================
Comment at: llvm/test/tools/llvm-readobj/elf-dynamic-malformed.test:162
+# BAD-STRTAB: ]
+# BAD-STRTAB-GNU: 0x0000000000000001 (NEEDED) Shared library: [dynamic strtab not found]
----------------
Perhaps it should use different forms too?
`Shared library: [valid_library_name.so]`
`Shared library: <dynamic strtab not found>`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63084/new/
https://reviews.llvm.org/D63084
More information about the llvm-commits
mailing list