mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Archive members cannot be larger than 4GB. Return a uint32_t.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -33,7 +33,8 @@ struct ArchiveMemberHeader {
|
||||
/// Get the name without looking up long names.
|
||||
llvm::StringRef getName() const;
|
||||
|
||||
uint64_t getSize() const;
|
||||
/// Members are not larger than 4GB.
|
||||
uint32_t getSize() const;
|
||||
};
|
||||
|
||||
class Archive : public Binary {
|
||||
|
Reference in New Issue
Block a user