Files
clang-p2996/lld/test/ELF/linkerscript/Inputs/at7.s
George Rimar add69e9c19 [LLD] Only increase LMARegion if different from MemRegion
Patch by Konstantin Schwarz!

If both the MemRegion and LMARegion are set for an output section in
a linker script, we should only increase the LMARegion if it is
different from the MemRegion. Otherwise, we reserve the memory twice.

Differential revision: https://reviews.llvm.org/D50065

llvm-svn: 338684
2018-08-02 08:13:56 +00:00

8 lines
62 B
ArmAsm

.global _start
.text
_start:
nop
.section .sec, "aw"
.word 4