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
20 lines
195 B
ArmAsm
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
|