Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LLD][ELF] - Show symbols visibility in "undefined symbol..." error messages. | George Rimar | 2019-03-12 | 1 | -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 Espindola | 2018-01-16 | 1 | -0/+5 |
| | | | | | | In here too we want the computed output visibility. llvm-svn: 322586 | ||||
* | Add an extra test. NFC. | Rafael Espindola | 2018-01-16 | 1 | -0/+14 |
Without this all test would pass if the visibility checks were removed from SymbolTable::addShared and SymbolTable::addUndefined. llvm-svn: 322583 |