Update ExceptionDemo for exception handling API changes (personality function call...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 14 Aug 2015 00:37:16 +0000 (00:37 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 14 Aug 2015 00:37:16 +0000 (00:37 +0000)
commit329f95975fd886a59e84d80bb82f951202acaa0e
tree7ea74faed34db60f613809bc0ac9a0b5d611189f
parent1dde2af7b674a007706a5a8c15c83004c3c289a6
Update ExceptionDemo for exception handling API changes (personality function call->function move)

The ExceptionDemo now compiles, but doesn't link... undefined type
references to various typeinfo.

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