[PATCH] D15963: [WinEH] Disallow cyclic unwinds

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 7 11:59:04 PST 2016


JosephTremoulet created this revision.
JosephTremoulet added reviewers: andrew.w.kaylor, rnk, majnemer.
JosephTremoulet added a subscriber: llvm-commits.

Funclet-based EH personalities/tables likely can't handle these, and they
can't be generated at source, so make them officially illegal in IR as
well.


http://reviews.llvm.org/D15963

Files:
  docs/ExceptionHandling.rst
  lib/IR/Verifier.cpp
  test/CodeGen/WinEH/wineh-cloning.ll
  test/Verifier/invalid-eh.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15963.44241.patch
Type: text/x-patch
Size: 11115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160107/c1c628e1/attachment.bin>


More information about the llvm-commits mailing list