[PATCH] D68650: [AIX][XCOFF][NFC] Change the SectionLen field name of CSect Auxiliary entry to SectionOrLength.
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 8 09:13:34 PDT 2019
hubert.reinterpretcast added a comment.
Thanks @DiggerLin. Just minor 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
----------------
s/it contains//g;
s/XTY_SD,XTY_CM/XTY_SD or XTY_CM/;
s/is XTY_ER/is XTY_ER/;
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