commit | 91b97da7a3f46666095125fdd28fb129bcbac9a2 | [log] [tgz] |
---|---|---|
author | George Rimar <grimar@accesssoftek.com> | Tue Feb 20 09:04:13 2018 +0000 |
committer | George Rimar <grimar@accesssoftek.com> | Tue Feb 20 09:04:13 2018 +0000 |
tree | 863ac32d8222c798584ef64aa960e162e192ef42 | |
parent | 692f0570722167d5c738d07c87addf9ff968619d [diff] |
[MC] - Don't crash on unclosed frame. llvm-mc can crash when there is cfi_startproc without cfi_end_proc: .text .globl foo foo: .cfi_startproc Testcase shows the issue, patch fixes it. Differential revision: https://reviews.llvm.org/D43456 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325564 91177308-0d34-0410-b5e6-96231b3b80d8