[PATCH] D62964: [llvm-objdump] Match GNU objdump on symbol types shown in disassembly output.
Yuanfang Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 07:58:57 PDT 2019
ychen added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/X86/elf-disassemble-dynamic-symbols.test:91
Binding: STB_GLOBAL
- ## The rest of the dynamic symbols won't be used for various reasons.
- ## FIXME: the first two symbols here should be dumped.
- ## See https://bugs.llvm.org/show_bug.cgi?id=41947
- - Name: not_func
+ - Name: both_func_dyn
Value: 0x1003
----------------
jhenderson wrote:
> I'm not sure I follow what the purpose of this particular symbol is beyond what `func_dyn` gives us?
I think it is not needed. It was in the test file but I'm not sure its purpose so I left it here.
Deleted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62964/new/
https://reviews.llvm.org/D62964
More information about the llvm-commits
mailing list