[PATCH] D87764: [llvm-readelf/obj] - Stop printing invalid names for unnamed section symbols.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 01:42:22 PDT 2020


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-readobj/ELF/dyn-symbols.test:342
+# VERSIONED-SEC-SYM-LLVM:  Name: <?> (0)
+# VERSIONED-SEC-SYM-LLVM:  Name:  (0)
 # VERSIONED-SEC-SYM-LLVM: VersionSymbols [
----------------
I'm thinking the warning/<?> output would probably make sense for undefined STT_SECTION symbols too. Those shouldn't really be a thing after all.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87764/new/

https://reviews.llvm.org/D87764



More information about the llvm-commits mailing list