summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/arm-tag-vfp-args-illegal.s
blob: 471a024b3c0941390655b3ac93aa1274d9c4b85d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// REQUIRES:arm
// RUN: llvm-mc -filetype=obj -triple=armv7a-none-linux-gnueabi %s -o %t.o
// RUN: not ld.lld %t.o -o %t 2>&1 | FileCheck %s

// CHECK: arm-tag-vfp-args-illegal.s.tmp.o: unknown Tag_ABI_VFP_args value: 5
        .arch armv7-a
        .eabi_attribute 20, 1
        .eabi_attribute 21, 1
        .eabi_attribute 23, 3
        .eabi_attribute 24, 1
        .eabi_attribute 25, 1
        .eabi_attribute 26, 2
        .eabi_attribute 30, 6
        .eabi_attribute 34, 1
        .eabi_attribute 18, 4
        .eabi_attribute 28, 5 // Tag_ABI_VFP_args = 5 (Illegal value)

        .syntax unified
        .globl _start
        .type _start, %function
_start: bx lr
OpenPOWER on IntegriCloud