https://llvm.org/bugs/show_bug.cgi?id=30785
Bug ID: 30785 Summary: Can't build x64 SEH with LLVM-C interface Product: new-bugs Version: 3.9 Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: n...@ravenbrook.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified Created attachment 17487 --> https://llvm.org/bugs/attachment.cgi?id=17487&action=edit Patch to current trunk sources The LLVM-C interface provides no means to construct catchswitch, catchpad, catchret, cleanuppad, or cleanupret instructions. Patch file attached. I haven't tested this yet because of LLVM build problems on my machine which I am sorting out now. I will test it today or tomorrow. More functionality could be added for catchswitch handlers, similar to the clause functionality for landingpads, but this will be enough to allow us to start using these instructions. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs