summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/simple-archive.test
Commit message (Collapse)AuthorAgeFilesLines
* 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
* [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile ↵Michael J. Spencer2013-01-041-0/+12
| | | | | | to create a properly aligned reader. llvm-svn: 171520
* [Object] Temporarily disable these tests.Michael J. Spencer2013-01-031-12/+0
| | | | | | | | They are failing because archives create unaligned ELF files. The recent Endian change added a __builtin_unreachable() when this happens. I will be committing a fix for this soon. llvm-svn: 171438
* Adding changes to support GNU style archive library readingShankar Easwaran2012-11-131-0/+12
llvm-svn: 167853
OpenPOWER on IntegriCloud