1 @ RUN
: not llvm-mc
%s
-triple
=armv7-unknown-linux-gnueabi \
2 @ RUN
: -filetype
=obj
-o
/dev
/null
2>&1 | FileCheck
%s
4 @ Check the diagnostics for the mismatched
.fnstart directives.
6 @ There should
be some diagnostics when the previous
.fnstart is not closed
7 @ by the
.fnend directive.
18 @ Intentionally miss the
.fnend directive
24 @ CHECK
: error
: .fnstart starts before the end of previous one
27 @ CHECK
: note
: .fnstart was specified here