This is an archive of the discontinued LLVM Phabricator instance.

Fix TestRegisters on remote target.
ClosedPublic

Authored by chaoren on Feb 15 2015, 7:04 PM.

Details

Summary

Using spawnSubprocess instead of forkSubprocess, so that the subprocess
spawns on the target and not the host.

Requires http://reviews.llvm.org/D7660 for cleanup.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 20000.Feb 15 2015, 7:04 PM
chaoren retitled this revision from to Fix TestRegisters on remote target..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added reviewers: ovyalov, vharron, clayborg.
chaoren added a subscriber: Unknown Object (MLST).
ovyalov accepted this revision.Feb 15 2015, 8:15 PM
ovyalov edited edge metadata.
This revision is now accepted and ready to land.Feb 15 2015, 8:15 PM
This revision was automatically updated to reflect the committed changes.
clayborg edited edge metadata.Feb 19 2015, 11:19 AM

Looks good.