This is a hack to get the demo working with the new 3.0 exception
authorGarrison Venn <gvenn.cfe.dev@gmail.com>
Thu, 22 Sep 2011 14:07:50 +0000 (14:07 +0000)
committerGarrison Venn <gvenn.cfe.dev@gmail.com>
Thu, 22 Sep 2011 14:07:50 +0000 (14:07 +0000)
commitaae66fad0566c89f26ab0c9ca92c93f803bbfb3a
tree6fef9073d2c000ed35126046347c8898280d09b9
parentadf01b3f18442ae8db6b8948e70d82d9df415119
This is a hack to get the demo working with the new 3.0 exception
infrastructure. As this makes the demo no longer a demo, and especially not a
demo on how to use the llvm exception mechanism, this hack will shortly be
changed to use the new 3.0 exception infrastructure. However for the time being
this demo is an example on how to use the AutoUpgrade
UpgradeExceptionHandling(...) function on < 3.0 exception handling code.

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