[PATCH] D68650: [AIX][XCOFF][NFC] Change the SectionLen field name of CSect Auxiliary entry to SectionOrLength.
Digger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 13:56:24 PDT 2019
DiggerLin marked an inline comment as done.
DiggerLin added inline comments.
================
Comment at: llvm/include/llvm/Object/XCOFFObjectFile.h:117
+ support::ubig32_t
+ SectionOrLength; // If the symbol type is XTY_SD,XTY_CM,it contains the
+ // csect length. If the symbol type is XTY_LD, it
----------------
hubert.reinterpretcast wrote:
> s/it contains//g;
>
> s/XTY_SD,XTY_CM/XTY_SD or XTY_CM/;
> s/is XTY_ER/is XTY_ER/;
>
changed as suggestion.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68650/new/
https://reviews.llvm.org/D68650
More information about the llvm-commits
mailing list