[PATCH] D36812: Add support for writing 64-bit symbol tables for archives when offsets become too large for 32-bit
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 16 17:49:07 PDT 2017
emaste added inline comments.
================
Comment at: include/llvm/Object/Archive.h:51-52
/// Members are not larger than 4GB.
- Expected<uint32_t> getSize() const;
+ Expected<uint64_t> getSize() const;
----------------
The comment still references a 32-bit limit.
Repository:
rL LLVM
https://reviews.llvm.org/D36812
More information about the llvm-commits
mailing list