[PATCH] D94907: [llvm-nm][ELF] - Make -D display symbol versions.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 05:45:44 PST 2021
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-nm/dynamic.test:153
+
+## Case 2: check we report a warning when we are unable to read a SHT_GNU_versym section entry.
+## In this case it has a size that is not a multiple of its sh_entsize.
----------------
Here the thing you can't read is the section, not the section entry, right? If so, delete the "entry" in this sentence.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94907/new/
https://reviews.llvm.org/D94907
More information about the llvm-commits
mailing list