Files
clang-p2996/lld/test/ELF/linkerscript/Inputs/map-file2.s
George Rimar ee01b1d390 [ELF] - Print LMA in a -Map file.
Currently, LLD prints VA, but not LMA in a map file.
It seems can be useful to print both to reveal layout
details and patch implements it.

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

llvm-svn: 329271
2018-04-05 10:51:06 +00:00

20 lines
195 B
ArmAsm

.global _start
_start:
.global _Z1fi
_Z1fi:
.cfi_startproc
nop
.cfi_endproc
.section .aaa, "a";
.quad 1;
.section .bbb, "a";
.quad 2;
.section .ccc, "a";
.quad 3;
.section .ddd, "a";
.quad 4