summaryrefslogtreecommitdiff
path: root/test/Object/nm-archive.test
AgeCommit message (Expand)Author
2017-10-10Convert two uses of ErrorOr to Expected.Rafael Espindola
2016-05-17Change llvm-objdump, llvm-nm and llvm-size when reporting an object file errorKevin Enderby
2015-07-22Identify thin archives as archives.Rafael Espindola
2015-06-09LibDriver, llvm-lib: introduce.Peter Collingbourne
2014-10-31Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer
2014-07-24Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).Kevin Enderby
2014-07-08Changed the lvm-nm alias "-s" for -print-armap to "-M".Kevin Enderby
2014-07-04Don't include llvm.metadata variables in archive symbol tables.Rafael Espindola
2014-06-16Fix pr17056.Rafael Espindola
2013-12-05Correct word hyphenationsAlp Toker
2013-07-12Don't reject an empty archive.Rafael Espindola
2013-07-10Remove this test for now.Rafael Espindola
2013-07-10Find the symbol table on archives created on OS X.Rafael Espindola
2013-07-10Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola
2013-07-04Add support for archives with no symbol table or string table.Rafael Espindola
2013-07-03Add support for gnu archives with a string table and no symtab.Rafael Espindola
2013-06-20Make sure ar is creating a new file instead of updating an existing one.Rafael Espindola
2011-10-31Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay
2011-10-25Object: change test to create archive.Michael J. Spencer
2011-09-27Add binary archive support to llvm-nm.Michael J. Spencer