Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ELF: Stop collecting a list of symbols in ArchiveFile. | Peter Collingbourne | 2018-02-16 | 1 | -0/+2 |
| | | | | | | | | | | | | There seems to be no reason to collect this list of symbols. Also fix a bug where --exclude-libs would apply to all symbols that appear in an archive's symbol table, even if the relevant archive member was not added to the link. Differential Revision: https://reviews.llvm.org/D43369 llvm-svn: 325380 | ||||
* | Implement the --exclude-libs option. | Rui Ueyama | 2017-06-21 | 1 | -0/+3 |
The --exclude-libs option is not a popular option, but at least some programs in Android depend on it, so it's worth to support it. Differential Revision: https://reviews.llvm.org/D34422 llvm-svn: 305920 |