summaryrefslogtreecommitdiff
path: root/test/Object/archive-symtab.test
AgeCommit message (Expand)Author
2017-09-22llvm-ar: align the first archive member consistently.Rafael Espindola
2017-09-22llvm-ar: Don't add an unnecessary alignment in gnu mode.Rafael Espindola
2016-06-17Add support for Darwin’s static library table of contents with 64-bit offse...Kevin Enderby
2015-10-26Tests: be slightly more specific to avoid conflict with path.Tim Northover
2015-09-01Object: Fix COFF import file's symbols.Rui Ueyama
2015-08-28Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama
2015-08-28Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama
2015-08-28Object: Teach llvm-ar to create symbol table for COFF short import files.Rui Ueyama
2015-07-22Force the gnu archive format to fix the test on darwin.Rafael Espindola
2015-07-22Fix fetching the symbol table of a thin archive.Rafael Espindola
2015-07-13Add support deterministic output in llvm-ar and make it the default.Rafael Espindola
2015-07-09llvm-ar: Pad the symbol table to 4 bytes.Rafael Espindola
2015-07-09Basic support for BSD symbol tables in archives.Rafael Espindola
2014-11-12Object, support both mach-o archive t.o.c file namesNick Kledzik
2014-07-08Changed the lvm-nm alias "-s" for -print-armap to "-M".Kevin Enderby
2014-07-08Add support for BSD format Archive map symbols (aka the table of contentsKevin Enderby
2014-06-20Fix some double printing of filenames for archives in llvm-nm whenKevin Enderby
2014-05-09Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby
2013-08-28Add a minimal implementation of ranlib.Rafael Espindola
2013-07-29Add support for the 's' operation to llvm-ar.Rafael Espindola
2013-07-23Add an initial implementation of archive symbol table generation.Rafael Espindola