[llvm] [XCOFF] print out symbol value name for llvm-readobj (PR #125861)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 01:05:43 PST 2025
================
@@ -162,6 +162,48 @@ Symbols:
SectionOrLength: 256
StabInfoIndex: 44
StabSectNum: 55
+ - Name: .fun3
----------------
jh7370 wrote:
This symbol seems unnecessary. You already have plenty of C_WEAKEXT symbols in this file demonstrating the behaviour for this symbol class.
https://github.com/llvm/llvm-project/pull/125861
More information about the llvm-commits
mailing list