brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · 7f380af Raw
44 lines · plain
1// REQUIRES: asserts2// RUN: llvm-mc < %s  -triple=armv4t-linux-gnueabi -filetype=obj -o %t.o -no-deprecated-warn -stats 2>&1 | FileCheck %s3// RUN: llvm-mc < %s  -triple=armv4t-linux-gnueabi -filetype=obj -o %t.o -stats 2>&1 | FileCheck %s4 5	.text6	.syntax unified7	.eabi_attribute	67, "2.09"	@ Tag_conformance8	.cpu	arm7tdmi9	.eabi_attribute	6, 2	@ Tag_CPU_arch10	.eabi_attribute	8, 1	@ Tag_ARM_ISA_use11	.eabi_attribute	17, 1	@ Tag_ABI_PCS_GOT_use12	.eabi_attribute	20, 1	@ Tag_ABI_FP_denormal13	.eabi_attribute	21, 1	@ Tag_ABI_FP_exceptions14	.eabi_attribute	23, 3	@ Tag_ABI_FP_number_model15	.eabi_attribute	34, 0	@ Tag_CPU_unaligned_access16	.eabi_attribute	24, 1	@ Tag_ABI_align_needed17	.eabi_attribute	25, 1	@ Tag_ABI_align_preserved18	.eabi_attribute	38, 1	@ Tag_ABI_FP_16bit_format19	.eabi_attribute	18, 4	@ Tag_ABI_PCS_wchar_t20	.eabi_attribute	26, 2	@ Tag_ABI_enum_size21	.eabi_attribute	14, 0	@ Tag_ABI_PCS_R9_use22	.file	"t.c"23	.globl	foo24	.p2align	225	.type	foo,%function26foo:                                    @ @foo27	.fnstart28@ %bb.0:                                @ %entry29	mov	r0, #030	bx	lr31        stmia   r4!, {r12-r14}32.Lfunc_end0:33.Ltmp0:34	.size	foo, .Ltmp0-foo35	.cantunwind36	.fnend37 38 39 40// CHECK: Statistic41// CHECK-NOT: warning42 43// WARN: warning44