This is an archive of the discontinued LLVM Phabricator instance.

[libcxxabi] Fixes more incorrect #ifs for SJ/LJ exceptions
ClosedPublic

Authored by jroelofs on May 7 2014, 6:52 PM.

Details

Reviewers
jroelofs
joerg
Summary

Along the same lines as r206941, this replaces a bunch of #if arm with #if USING_SJLJ_EXCEPTIONS.

Diff Detail

Event Timeline

jroelofs updated this revision to Diff 9198.May 7 2014, 6:52 PM
jroelofs retitled this revision from to [libcxxabi] Fixes more incorrect #ifs for SJ/LJ exceptions.
jroelofs updated this object.
jroelofs edited the test plan for this revision. (Show Details)
jroelofs added a reviewer: joerg.
jroelofs added a subscriber: Unknown Object (MLST).
jroelofs accepted this revision.May 8 2014, 12:20 PM
jroelofs added a reviewer: jroelofs.
This revision is now accepted and ready to land.May 8 2014, 12:20 PM
jroelofs closed this revision.May 8 2014, 12:21 PM

Committed r208352.