[PATCH] D71803: [llvm-nm] Display STT_GNU_IFUNC as 'i'

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 04:28:30 PST 2020


jhenderson added a comment.

I guess this isn't a real-world use case, but did you consider testing the interaction between STB_GNU_UNIQUE and STT_GNU_IFUNC? For all other types, the unique binding trumped the type, so seeing it different is a little odd.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71803





More information about the llvm-commits mailing list