[PATCH] D36812: Add support for writing 64-bit symbol tables for archives when offsets become too large for 32-bit

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 17:44:53 PDT 2017


mcgrathr added a comment.

You have a bunch of changes here to support individual members >=4G, but I'm not sure there is any need for that.
The bug is just about the whole archive being >=4G so that the member offsets need to be 64 bits.
If you want to support members >=4G I think that can be a separate change since it's not related to the bug.


Repository:
  rL LLVM

https://reviews.llvm.org/D36812





More information about the llvm-commits mailing list