Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [NFC] Remove files got accidentally upload in llvm-svn 374179 | Jason Liu | 2019-10-09 | 1 | -34/+0 |
| | | | | llvm-svn: 374181 | ||||
* | [AIX][XCOFF][NFC] Change the SectionLen field name of CSect Auxiliary entry ↵ | Jason Liu | 2019-10-09 | 1 | -0/+34 |
to SectionOrLength. Summary: According the the XCOFF document, If Then XTY_SD x_scnlen contains the csect length. XTY_LD x_scnlen contains the symbol table index of the containing csect. XTY_CM x_scnlen contains the csect length. XTY_ER x_scnlen contains 0. Change the SectionLen member name to SectionOrLength is more reasonable. Authored By: DiggerLin Reviewed By: hubert.reinterpretcast Differential Revision: https://reviews.llvm.org/D68650 llvm-svn: 374179 |