[PATCH] D117642: [XCOFF][llvm-objdump] change the priority of symbols with the same address by symbol types.

Esme Yi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 21:27:19 PST 2022


Esme added a comment.

In D117642#3286951 <https://reviews.llvm.org/D117642#3286951>, @jhenderson wrote:

> The problem is, as I understand it, that the XCOFF symbol type enum isn't ordered in a convenient symbol-priority order, right?

Hmm, I think the problem is the symbol type should have a higher priority than the symbol name size during sorting (at least for XCOFF).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117642



More information about the llvm-commits mailing list