This patch is a simplified version of https://reviews.llvm.org/D42960 written by Andrew Ng. Differential Revision: https://reviews.llvm.org/D44168 llvm-svn: 327574
11 lines
109 B
ArmAsm
11 lines
109 B
ArmAsm
foo:
|
|
.cfi_startproc
|
|
nop
|
|
.cfi_endproc
|
|
.global bar
|
|
bar:
|
|
nop
|
|
.section .text.zed,"ax",@progbits
|
|
.global zed
|
|
zed:
|