• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RUN: not llvm-mc %s -filetype=obj -triple=x86_64-unknown-linux \
2# RUN:   -o /dev/null 2>&1 | FileCheck %s
3
4## Check we don't crash on unclosed frame scope.
5# CHECK: error: Unfinished frame!
6
7.text
8.globl foo
9foo:
10 .cfi_startproc
11