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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 02:47:04 PDT 2020


grimar 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 [
----------------
jhenderson wrote:
> 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.
Probably reasonable. Done.


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

https://reviews.llvm.org/D87764



More information about the llvm-commits mailing list