This is an archive of the discontinued LLVM Phabricator instance.

support for 'process launch -i' on remote targets
AbandonedPublic

Authored by vharron on Jan 27 2015, 5:29 PM.

Details

Reviewers
clayborg
Summary

Installs stdin file onto remote target in working directory before
launch.

Diff Detail

Event Timeline

vharron updated this revision to Diff 18868.Jan 27 2015, 5:29 PM
vharron retitled this revision from to support for 'process launch -i' on remote targets.
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).
clayborg requested changes to this revision.Feb 4 2015, 1:22 PM
clayborg edited edge metadata.

This is a hard one to do automatically. What if you have an input file already on the remote side you wanted to used without one being uploaded for you? If we do this by default we don't have the option of using one that is already on the remote host. I would prefer to not automate this and fix the test suite so it does this for us, but it doesn't happen automagically...

This revision now requires changes to proceed.Feb 4 2015, 1:22 PM
vharron abandoned this revision.Feb 4 2015, 2:32 PM