This is an archive of the discontinued LLVM Phabricator instance.

Fix process launch from Windows host to Android target.
ClosedPublic

Authored by chaoren on May 4 2015, 5:44 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 24930.May 4 2015, 5:44 PM
chaoren retitled this revision from to Fix (partially) process launch from Windows host to Android target..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added reviewers: ovyalov, tberghammer, zturner.
chaoren added a subscriber: Unknown Object (MLST).
chaoren updated this revision to Diff 24931.May 4 2015, 5:55 PM

Typo was causing SetFilePermissions to fail. (I thought it was an unrelated issue.)

chaoren retitled this revision from Fix (partially) process launch from Windows host to Android target. to Fix process launch from Windows host to Android target..May 4 2015, 5:55 PM
ovyalov edited edge metadata.May 4 2015, 6:35 PM

Could you verify that remote launch for Linux-Linux and/or OSX<->Linux scenarios works fine with your CL?

Linux -> Linux verified. OS X -> Linux is going to take a bit of time to set up.

ovyalov accepted this revision.May 4 2015, 6:42 PM
ovyalov edited edge metadata.

lgtm

This revision is now accepted and ready to land.May 4 2015, 6:42 PM
This revision was automatically updated to reflect the committed changes.