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

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 24 08:24:40 PDT 2017


Roland McGrath <mcgrathr at google.com> writes:

> GNU nm has the -s/--print-armap switch to dump the index.  You could
> implement that and then use it to test archive contents.

We have that in llvm-nm too. It is a nice addition to the test, but it
only shows that there is a symbol table, not that it is 64 bits.

Cheers,
Rafael


More information about the llvm-commits mailing list