2 // RUN
: llvm-mc
-filetype
=obj
-triple
=armv7a-none-linux-gnueabi
%s
-o
%t.o
3 // RUN
: ld.lld
%t.o
-o
/dev
/null
2>&1 | FileCheck
%s
5 // CHECK
: {{.*}}.o:(.ARM.attributes): unknown ABI_VFP_args value: 5
16 .eabi_attribute 28, 5 // Tag_ABI_VFP_args = 5 (Illegal value)
20 .type _start, %function