18 lines · plain
1@ RUN: not llvm-mc %s -triple=armv7-unknown-linux-gnueabi \2@ RUN: -filetype=obj -o /dev/null 2>&1 | FileCheck %s3 4@ Check the diagnostics for mismatched .fnend directive5 6 7 .syntax unified8 .text9 10 .globl func111 .align 212 .type func1,%function13func1:14 .fnend15@ CHECK: error: .fnstart must precede .fnend directive16@ CHECK: .fnend17@ CHECK: ^18