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)
commit886048276f679b4e7ccd48390fc2aa9b59226e0d
treec03401b238d2badfffce6e1acef078d5da4e08da
parent0f427f5943d78e38efc461e3d3b1bccad1660f97
Allow using .cfi_startproc without a leading symbol.

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

llvm-svn: 211502
llvm/include/llvm/MC/MCDwarf.h
llvm/include/llvm/MC/MCStreamer.h
llvm/lib/MC/MCDwarf.cpp
llvm/lib/MC/MCStreamer.cpp
llvm/test/MC/AsmParser/cfi-invalid-startproc.s [deleted file]
llvm/test/MC/ELF/pr19430.s [new file with mode: 0644]