SjLj exception handling LSDA decoding support wasn't represented correctly. Use
authorBill Wendling <isanbard@gmail.com>
Fri, 17 Jun 2011 21:29:06 +0000 (21:29 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 17 Jun 2011 21:29:06 +0000 (21:29 +0000)
commit5ba89837d7cba1719ab069ac558c8a06aa26b9a6
tree2755a73ab44f427f29dcea932c7f96791f1670c7
parent2fb86a8fe6c53ea55511fa7e42c561138e55f8c4
SjLj exception handling LSDA decoding support wasn't represented correctly. Use
the correct values, etc. In particular, the exception handling type is SjLj, not
ARM.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133296 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCAsmStreamer.cpp