This is an archive of the discontinued LLVM Phabricator instance.

llgs-tests: Add support for "exit" stop-reply packets
ClosedPublic

Authored by labath on Dec 11 2017, 6:11 AM.

Details

Summary

This makes StopReply class abstract, so that we can represent different
types of stop replies such as StopReplyStop and StopReplyExit (there
should also be a StopReplySignal, but I don't need that right now so I
haven't implemented it yet).

This prepares the ground for a new test I'm writing.

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.Dec 11 2017, 6:11 AM
eugene accepted this revision.Dec 11 2017, 8:27 PM
This revision is now accepted and ready to land.Dec 11 2017, 8:27 PM
This revision was automatically updated to reflect the committed changes.