This is an archive of the discontinued LLVM Phabricator instance.

Exception registers aren't supported outside of Darwin
ClosedPublic

Authored by vharron on Apr 2 2015, 6:28 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vharron updated this revision to Diff 23192.Apr 2 2015, 6:28 PM
vharron retitled this revision from to Exception registers aren't supported outside of Darwin.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added a reviewer: clayborg.
vharron added a subscriber: Unknown Object (MLST).
vharron updated this revision to Diff 23201.Apr 2 2015, 7:29 PM

sys.platform in ['darwin'] with self.platformIsDarwin()

clayborg accepted this revision.Apr 3 2015, 9:22 AM
clayborg edited edge metadata.

Looks good.

This revision is now accepted and ready to land.Apr 3 2015, 9:22 AM
This revision was automatically updated to reflect the committed changes.