summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/X86/archive-ir-asm.ll
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
* Add support for inline asm symbols in llvm-ar.Rafael Espindola2014-07-031-0/+20
This should allow llvm-ar to be used instead of gnu ar + plugin in a LTO build. I will add a release note about it once I finish a LTO bootstrap with it. llvm-svn: 212287
OpenPOWER on IntegriCloud