summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/sections-gc.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] - Do not segfault when using --gc-sections with linker scriptGeorge Rimar2017-02-211-0/+19
Patch fixes PR32024. Sections that were not marked as Live has null output section. Previously we tried to access that field and segfaulted. Differential revision: https://reviews.llvm.org/D30188 llvm-svn: 295727
OpenPOWER on IntegriCloud