summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/exclude-libs.s
Commit message (Collapse)AuthorAgeFilesLines
* ELF: Stop collecting a list of symbols in ArchiveFile.Peter Collingbourne2018-02-161-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 Ueyama2017-06-211-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
OpenPOWER on IntegriCloud