[LLVMdev] Exception Handling upgrade

David Blaikie dblaikie at gmail.com
Fri Sep 30 11:11:10 PDT 2011


>
> Is it too soon to start porting EH code to the new C++ API? Are there
> sample implementations? llvm.org/demo still uses the old
> EH gizmos.
>

llvm.org/demo uses the 2.9 release, not ToT/3.0


> should we wait for 3.0 release?
>

Depends what version of LLVM you're coding against. If you're running
against ToT, you should be using the new exception handling APIs
(LandingPad, et al) - Bill's been porting Clang over recently (see
http://llvm.org/viewvc/llvm-project?rev=140049&view=rev and a couple of
other checkins by Bill into the clang tree).

- David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110930/5ee7c1c3/attachment.html>


More information about the llvm-dev mailing list