[PATCH] D15518: [WinEH] Update clang to use operand bundles on call sites

David Majnemer via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 14 19:14:52 PST 2015


majnemer created this revision.
majnemer added reviewers: rnk, andrew.w.kaylor, JosephTremoulet, sanjoy.
majnemer added a subscriber: cfe-commits.
majnemer added a dependency: D15517: [WinEH] Use operand bundles to describe call sites.

This updates clang to use bundle operands to associate an invoke with
the funclet which it is contained within.

Depends on D15517.

http://reviews.llvm.org/D15518

Files:
  lib/CodeGen/CGCall.cpp
  lib/CodeGen/CodeGenModule.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15518.42817.patch
Type: text/x-patch
Size: 4254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151215/88482e70/attachment-0001.bin>


More information about the cfe-commits mailing list