summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/memory-data-commands.test
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] - Report error when memory region is overflowed by data commands.George Rimar2018-03-021-0/+22
LLD can not catch a memory area overflow when using a data command. If we have the script below: .foo : { *(.foo) BYTE(0x1) } > ram where BYTE overflows the ram region, we do not report it currently. Patch fixes that. Differential revision: https://reviews.llvm.org/D43948 llvm-svn: 326545
OpenPOWER on IntegriCloud