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
15 lines
149 B
ArmAsm
15 lines
149 B
ArmAsm
.section .foo1, "ax"
|
|
.quad 0
|
|
|
|
.section .foo2, "ax"
|
|
.quad 0
|
|
|
|
.section .bar1, "aw"
|
|
.quad 0
|
|
|
|
.section .bar2, "aw"
|
|
.quad 0
|
|
|
|
.section .bar3, "aw"
|
|
.quad 0
|