[PATCH] D136950: [XCOFF] change the decoding of External symbol's function auxiliary entry in XCOFF32 for llvm-readobj

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 06:24:49 PDT 2022


DiggerLin added a comment.

In D136950#3898550 <https://reviews.llvm.org/D136950#3898550>, @jhenderson wrote:

> In the patch description, you've stated "In XCOFF32 ..." twice. Should one of them be "In XCOFF64"?

There is flag name "x_auxtype" in XCOFF64 to indicate the symbol auxiliary entry type(but XCOFF32 do not have the field.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136950



More information about the llvm-commits mailing list