This is an archive of the discontinued LLVM Phabricator instance.

Move EH personality type classification to Analysis/LibCallSemantics.h
ClosedPublic

Authored by rnk on Jan 27 2015, 4:09 PM.

Details

Summary

Also add enum types for __C_specific_handler and _CxxFrameHandler3 for
which we know a few things.

Diff Detail

Repository
rL LLVM

Event Timeline

rnk updated this revision to Diff 18865.Jan 27 2015, 4:09 PM
rnk retitled this revision from to Move EH personality type classification to Analysis/LibCallSemantics.h.
rnk updated this object.
rnk added a reviewer: majnemer.
rnk added a subscriber: Unknown Object (MLST).
majnemer accepted this revision.Jan 27 2015, 5:11 PM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 27 2015, 5:11 PM
This revision was automatically updated to reflect the committed changes.