Add support for other typeinfo encodings in the ExceptionDemo.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 1 May 2013 21:05:05 +0000 (21:05 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 1 May 2013 21:05:05 +0000 (21:05 +0000)
commit58c3aa204906def9a157ea9a9db091f69af76e4b
treef81e0ac003e68c1026a8181bb10df13b2c212c0b
parentde3931241a23ffe9a5e67a0b758c3b32b4b3b5e4
Add support for other typeinfo encodings in the ExceptionDemo.

The old jit always uses DW_EH_PE_absptr, but MCJIT can use other encodings.
This is in preparation for adding EH support to MCJIT, but not directly
related, so I am committing it first.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180883 91177308-0d34-0410-b5e6-96231b3b80d8
examples/ExceptionDemo/ExceptionDemo.cpp