summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/address-expr-symbols.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] - Report error if removed empty output section declaration used ↵George Rimar2018-02-231-0/+15
undefined symbols. This is for fixing PR36297. Issue itself is that if we have SECTIONS { .bar (a+b) : { *(.stub) } }; script and no section .stub, when LLD will remove .bar, but produce output with undefined symbols a and b. Differential revision: https://reviews.llvm.org/D43069 llvm-svn: 325875
OpenPOWER on IntegriCloud