[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
Fri Oct 27 12:04:09 PDT 2017


jakehehrlich updated this revision to Diff 120669.
jakehehrlich added a comment.

This change adds --print-armap to the test. After https://reviews.llvm.org/D39379 lands this test will work. If the wrong index is used for "main" then the correct file is unlikely to show up making so this test should check that "main" is being looked up in the correct place.


Repository:
  rL LLVM

https://reviews.llvm.org/D36812

Files:
  lib/Object/ArchiveWriter.cpp
  test/Object/archive-SYM64-write.test

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


More information about the llvm-commits mailing list