brintos

brintos / llvm-project-archived public Read only

0
0
Text · 404 B · 97ab354 Raw
15 lines · plain
1@ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \2@ RUN:    llvm-readobj -h - | FileCheck -check-prefix=OBJ %s3	.syntax unified4	.text5	.globl	barf6	.align	27	.type	barf,%function8barf:                                   @ @barf9@ %bb.0:                                @ %entry10        b foo11 12@@@ make sure the EF_ARM_EABIMASK comes out OK13@OBJ: ElfHeader {14@OBJ:   Flags [ (0x5000000)15