xref: /llvm-project/llvm/test/MC/SystemZ/gnu-attributes-invalid.s (revision af20c1c1298d15f36470cd9d5b2cccb3b9b59c30)
1# RUN: not llvm-mc -triple s390x %s 2>&1 | FileCheck %s
2
3# CHECK: [[#@LINE+1]]:1: error: malformed .gnu_attribute directive
4.gnu_attribute tag, value
5
6# CHECK: [[#@LINE+1]]:1: error: unrecognized .gnu_attribute tag/value pair.
7.gnu_attribute 42, 8
8
9# CHECK: [[#@LINE+1]]:1: error: unrecognized .gnu_attribute tag/value pair.
10.gnu_attribute 8, 42
11
12# CHECK: [[#@LINE+1]]:20: error: expected newline
13.gnu_attribute 8, 1$
14