[PATCH] D44496: [LLVM-C] Finish exception instruction bindings

Robert Widmann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 14:56:57 PDT 2018


CodaFi created this revision.
CodaFi added reviewers: whitequark, deadalnix.
Herald added a subscriber: llvm-commits.

Add support for cleanupret, catchret, catchpad, cleanuppad and catchswitch and their associated accessors.

Test is modified from SimplifyCFG because it contains many diverse usages of these instructions.


Repository:
  rL LLVM

https://reviews.llvm.org/D44496

Files:
  include/llvm-c/Core.h
  lib/IR/Core.cpp
  test/Bindings/llvm-c/echo.ll
  tools/llvm-c-test/echo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44496.138455.patch
Type: text/x-patch
Size: 14996 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180314/78fa019b/attachment.bin>


More information about the llvm-commits mailing list