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

Jake Ehrlich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 17:39:33 PDT 2017


jakehehrlich created this revision.
Herald added subscribers: arichardson, sdardis.

This should fix https://bugs.llvm.org//show_bug.cgi?id=34189

This change makes it so that if writing a K_GNU style archive, you need to output a > 32-bit offset it should output in K_MIPS64 style instead.


Repository:
  rL LLVM

https://reviews.llvm.org/D36812

Files:
  include/llvm/Object/Archive.h
  lib/Object/Archive.cpp
  lib/Object/ArchiveWriter.cpp
  test/Object/archive-SYM64-write.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36812.111438.patch
Type: text/x-patch
Size: 13354 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170817/ab80260a/attachment.bin>


More information about the llvm-commits mailing list