Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [WinEH] Add llvm.eh.exceptionpointer intrinsic | Joseph Tremoulet | 2015-09-03 | 1 | -0/+26 |
Summary: This intrinsic can be used to extract a pointer to the exception caught by a given catchpad. Its argument has token type and must be a `catchpad`. Also clarify ExtendingLLVM documentation regarding overloaded intrinsics. Reviewers: majnemer, andrew.w.kaylor, sanjoy, rnk Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D12533 llvm-svn: 246752 |