Simon Koeman
2014-Jul-30 19:28 UTC
[LLVMdev] LLVM 3.5 support for Microsoft Windows Structured Exception Handling?
I was wondering if the upcoming LLVM 3.5 release will have support for Microsoft Windows Structured Exception handling (e.g., __try/__except/__finally)? Thanks, Simon -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140730/e3d18989/attachment.html>
Chandler Carruth
2014-Jul-30 20:06 UTC
[LLVMdev] LLVM 3.5 support for Microsoft Windows Structured Exception Handling?
On Wed, Jul 30, 2014 at 12:28 PM, Simon Koeman <simonk at microsoft.com> wrote:> I was wondering if the upcoming LLVM 3.5 release will have support for > Microsoft Windows Structured Exception handling (e.g., > __try/__except/__finally)? >(BTW, this question is probably better addressed to the Clang list: cfe-dev) 3.5 supports parsing and semantic analysis, although there may be some bugs. The code generation support is in progress, and didn't finish in time for the branch, but should be done soon (well, as soon as anything in open source). =] -Chandler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140730/f7240229/attachment.html>
Dennis Luehring
2014-Aug-01 08:04 UTC
[LLVMdev] LLVM 3.5 support for Microsoft Windows Structured Exception Handling?
only Win64 SEH or 32Bit too? Am 30.07.2014 22:06, schrieb Chandler Carruth:> On Wed, Jul 30, 2014 at 12:28 PM, Simon Koeman <simonk at microsoft.com> wrote: > > > I was wondering if the upcoming LLVM 3.5 release will have support for > > Microsoft Windows Structured Exception handling (e.g., > > __try/__except/__finally)? > > > > (BTW, this question is probably better addressed to the Clang list: cfe-dev) > > 3.5 supports parsing and semantic analysis, although there may be some > bugs. The code generation support is in progress, and didn't finish in time > for the branch, but should be done soon (well, as soon as anything in open > source). =] > > -Chandler > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev