Files
clang-p2996/lld/test/ELF/linkerscript
George Rimar 97785af464 [ELF] - Report error when memory region is overflowed by data commands.
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
2018-03-02 08:11:58 +00:00
..
2017-07-18 22:14:26 +00:00
2017-09-28 18:12:13 +00:00
2017-12-12 20:00:30 +00:00
2017-04-12 22:38:02 +00:00
2017-09-19 17:29:58 +00:00
2017-04-12 22:38:02 +00:00
2017-12-12 20:00:30 +00:00
2017-11-30 22:29:14 +00:00
2017-05-01 20:32:39 +00:00
2017-12-12 20:00:30 +00:00