brintos

brintos / llvm-project-archived public Read only

0
0
Text · 366 B · d29c056 Raw
14 lines · plain
1# Test for D51695 ensuring there is no crash when two .cfi_startproc are opened2# without the first one being closed.3 4# RUN: not llvm-mc %s -filetype=obj -triple=x86_64-unknown-linux -o /dev/null 2>&1 | FileCheck %s5 6.text7 .cfi_startproc8 9.text10 .cfi_startproc11# CHECK: [[#@LINE]]:1: error: starting new .cfi frame before finishing the previous one12 13 .cfi_endproc14