mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
056e5aacb7
5 to match the current doc. Added FIXME reminder Make it really configurable later. llvm-svn: 124899
14 lines
401 B
ArmAsm
14 lines
401 B
ArmAsm
@ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
|
|
@ RUN: elf-dump --dump-section-data | FileCheck -check-prefix=OBJ %s
|
|
.syntax unified
|
|
.text
|
|
.globl barf
|
|
.align 2
|
|
.type barf,%function
|
|
barf: @ @barf
|
|
@ BB#0: @ %entry
|
|
b foo
|
|
|
|
@@@ make sure the EF_ARM_EABIMASK comes out OK
|
|
@OBJ: 'e_flags', 0x05000000
|