Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup comments in sym_check | Eric Fiselier | 2015-03-27 | 1 | -5/+5 |
| | | | | llvm-svn: 233364 | ||||
* | Add readelf support to abi_check. Prefer readelf over nm | Eric Fiselier | 2015-03-27 | 1 | -12/+88 |
| | | | | llvm-svn: 233360 | ||||
* | Improve automatic detection of filetype for sym_check | Eric Fiselier | 2015-03-20 | 1 | -1/+27 |
| | | | | llvm-svn: 232858 | ||||
* | Fix use of incorrect package name in sym_check | Eric Fiselier | 2015-03-20 | 1 | -1/+1 |
| | | | | llvm-svn: 232856 | ||||
* | Add symbol checking script to libc++ to help manage exported symbols. | Eric Fiselier | 2015-03-20 | 10 | -0/+492 |
Summary: Add symbol checking scripts for extracting a list of symbols from shared libraries and for comparing symbol lists for differences. Reviewers: mclow.lists, danalbert, EricWF Reviewed By: EricWF Subscribers: majnemer, emaste, cfe-commits Differential Revision: http://reviews.llvm.org/D4946 llvm-svn: 232855 |