Allow using .cfi_startproc without a leading symbol.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 23 Jun 2014 15:34:32 +0000 (15:34 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 23 Jun 2014 15:34:32 +0000 (15:34 +0000)
commit88a564f55ee92e2ffe916d8d69271308d05479d1
treeaf1ddcce1f9150f96762c61212f5ec5d41279e1e
parent1e1bf1bf76f3e851092fec95ba3f748b96174d8d
Allow using .cfi_startproc without a leading symbol.

This is possible now that we don't produce .eh symbols. This fixes pr19430.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211502 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCDwarf.h
include/llvm/MC/MCStreamer.h
lib/MC/MCDwarf.cpp
lib/MC/MCStreamer.cpp
test/MC/AsmParser/cfi-invalid-startproc.s [deleted file]
test/MC/ELF/pr19430.s [new file with mode: 0644]