Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF] - Allow discarding .hash and .gnu.hash from linker script. | George Rimar | 2018-03-07 | 1 | -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 |