summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/hidden-shared-err.s
Commit message (Collapse)AuthorAgeFilesLines
* [LLD][ELF] - Show symbols visibility in "undefined symbol..." error messages.George Rimar2019-03-121-1/+1
| | | | | | | | | This teaches LLD to report visibility when showing undefined symbol errors and fixes https://bugs.llvm.org/show_bug.cgi?id=40770. Differential revision: https://reviews.llvm.org/D58577 llvm-svn: 355909
* Fix another case we used the wrong visibility.Rafael Espindola2018-01-161-0/+5
| | | | | | In here too we want the computed output visibility. llvm-svn: 322586
* Add an extra test. NFC.Rafael Espindola2018-01-161-0/+14
Without this all test would pass if the visibility checks were removed from SymbolTable::addShared and SymbolTable::addUndefined. llvm-svn: 322583
OpenPOWER on IntegriCloud