diff options
author | zhijian <zhijian@ca.ibm.com> | 2023-05-16 10:13:57 -0400 |
---|---|---|
committer | zhijian <zhijian@ca.ibm.com> | 2023-05-16 10:13:57 -0400 |
commit | d78a723743b29476c2827801fea6a3a4b29a5240 (patch) | |
tree | e98e7ebf78203d3426fa0d26fadfd7bd51f79f48 /llvm/lib/Object/ELFObjectFile.cpp | |
parent | 3ce72cd5f6d584d83d47e54edef5c132a6c3703d (diff) | |
download | llvm-d78a723743b29476c2827801fea6a3a4b29a5240.zip llvm-d78a723743b29476c2827801fea6a3a4b29a5240.tar.gz llvm-d78a723743b29476c2827801fea6a3a4b29a5240.tar.bz2 |
[AIX] Fixed malformed big archive when total archive file size is large than 4Gbytes
Summary:
1. we use the unsigned type for NextOffset,PrevOffset ,GlobalSymbolOffset , MemberTableSize, it will caused a malform big archive when the archive file size is large than 4G.
2. also fix a NFC comment on https://reviews.llvm.org/D142479#inline-1443927
Reviewers: James Henderson
Differential Revision: https://reviews.llvm.org/D150462
Diffstat (limited to 'llvm/lib/Object/ELFObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions