Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed the lvm-nm alias "-s" for -print-armap to "-M". | Kevin Enderby | 2014-07-08 | 1 | -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 Espindola | 2014-07-03 | 1 | -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 |