[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / MC / SystemZ / gnu-attributes-invalid.s
blobc3080532db6c3f0c487b834f0544d49e19cbc15b
1 # RUN: not llvm-mc -triple s390x %s 2>&1 | FileCheck %s
3 # CHECK: [[#@LINE+1]]:1: error: malformed .gnu_attribute directive
4 .gnu_attribute tag, value
6 # CHECK: [[#@LINE+1]]:1: error: unrecognized .gnu_attribute tag/value pair.
7 .gnu_attribute 42, 8
9 # CHECK: [[#@LINE+1]]:1: error: unrecognized .gnu_attribute tag/value pair.
10 .gnu_attribute 8, 42
12 # CHECK: [[#@LINE+1]]:20: error: expected newline
13 .gnu_attribute 8, 1$