[PATCH] [ms] Implement codegen for __leave.

Nico Weber thakis at chromium.org
Wed Feb 11 17:14:23 PST 2015


Hi rnk,

I tried a few different approaches, in the end I went with something that has a simple implementation and doesn't try to cleverly reuse labels that sometimes already exist in the right places.

I found PR22553 while writing the tests for this.

http://reviews.llvm.org/D7575

Files:
  lib/CodeGen/CGException.cpp
  lib/CodeGen/CGStmt.cpp
  lib/CodeGen/CodeGenFunction.h
  test/CodeGen/exceptions-seh-leave.c

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7575.19798.patch
Type: text/x-patch
Size: 9549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150212/a81d002c/attachment.bin>


More information about the cfe-commits mailing list