18 lines · plain
1// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 52# RUN: not llvm-mc -triple=s390x %s 2>&1 | FileCheck %s3 4.machine5// CHECK: :[[@LINE-1]]:9: error: unexpected token in '.machine' directive6 7.machine pop8// CHECK: :[[@LINE-1]]:10: error: pop without corresponding push in '.machine' directive9 10.machine pop z1311// CHECK: :[[@LINE-1]]:14: error: expected newline12 13.machine 4214// CHECK: :[[@LINE-1]]:10: error: unexpected token in '.machine' directive15 16.machine z13+17// CHECK: :[[@LINE-1]]:13: error: expected newline18