summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/start-lib1.s
Commit message (Collapse)AuthorAgeFilesLines
* Fix a crash bug in --start-lib.Rui Ueyama2016-04-081-0/+3
Previously, Lazy symbols were created for undefined symbols even though such symbols cannot be resolved by loading object files. This patch fixes that bug. llvm-svn: 265847
OpenPOWER on IntegriCloud