summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/discard-gnu-hash.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] - Allow discarding .hash and .gnu.hash from linker script.George Rimar2018-03-071-0/+23
Currently, LLD segfaults when linker script attempts to discard one of the hash sections. This patch fixes that. Differential revision: https://reviews.llvm.org/D44012 llvm-svn: 326891
OpenPOWER on IntegriCloud