This is an archive of the discontinued LLVM Phabricator instance.

Support of x86 interrupt and exception handlers in LLVM
ClosedPublic

Authored by aaboud on Dec 16 2015, 5:46 AM.

Details

Summary

Implemented Support of x86 interrupt and exception handlers as agreed in the following proposal:
http://lists.llvm.org/pipermail/cfe-dev/2015-September/045171.html

The implementation is based on previous patch D12498 (uploaded by Peter Marheine).

Note: this patch does not contain the modification to Clang.

Diff Detail

Repository
rL LLVM

Event Timeline

aaboud updated this revision to Diff 42995.Dec 16 2015, 5:46 AM
aaboud retitled this revision from to Support of x86 interrupt and exception handlers in LLVM.
aaboud updated this object.
aaboud added reviewers: tari, nadav, hjl.tools.
aaboud added subscribers: yulia_koval, zinovy.nis, delena and 2 others.
nadav edited edge metadata.Dec 16 2015, 10:17 AM

LGTM Amjad!

tari accepted this revision.EditedDec 16 2015, 12:06 PM
tari edited edge metadata.

LGTM too. Thanks for putting in the legwork since I was busy!

(Hm, accept didn't do what I expected there.)

This revision is now accepted and ready to land.Dec 16 2015, 12:06 PM
This revision was automatically updated to reflect the committed changes.