summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/coff-archive.test
Commit message (Collapse)AuthorAgeFilesLines
* llvm-nm: treat weak undefined as undefined.Rafael Espindola2015-07-061-2/+2
| | | | | | This matches the behavior of gnu ld. llvm-svn: 241512
* When sorting by address, undefined symbols go first.Rafael Espindola2015-07-061-16/+17
| | | | | | This matches gnu nm. llvm-svn: 241488
* Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer2014-10-311-1/+1
| | | | | | | Do a better job classifying symbols. This increases the consistency between the COFF handling code and the ELF side of things. llvm-svn: 220952
* Changed the lvm-nm alias "-s" for -print-armap to "-M".Kevin Enderby2014-07-081-1/+1
| | | | | | | | | | This will allow the "-s" flag to implemented in the future as it is in darwin’s nm(1) to list symbols only in the specified section. Given a LGTM by Shankar Easwaran who originally implemented the support for lvm-nm’s -print-armap and archive map symbols. llvm-svn: 212576
* numerically sort the symbols, so that the testcase result is uniformShankar Easwaran2012-11-131-23/+23
| | | | llvm-svn: 167872
* llvm-nm: Make sort more stable when symbol names are equal.Daniel Dunbar2012-11-131-1/+1
| | | | llvm-svn: 167866
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-131-0/+225
llvm-svn: 167853
OpenPOWER on IntegriCloud