Summary: This change removes large "echo" commands from the test by writing tests themselves as linker scripts. Reviewers: rafael Subscribers: emaste, javed.absar, llvm-commits, arichardson Differential Revision: https://reviews.llvm.org/D43900 llvm-svn: 326403
16 lines
144 B
ArmAsm
16 lines
144 B
ArmAsm
.global _start
|
|
_start:
|
|
nop
|
|
|
|
.section .aaa,"a"
|
|
.align 8
|
|
.quad 0
|
|
|
|
.section .bbb,"a"
|
|
.align 16
|
|
.quad 0
|
|
|
|
.section .ccc,"a"
|
|
.align 32
|
|
.quad 0
|