[PATCH] D64427: LLVM Test-Suite: Support Cross-Compilation and Cross-execution targeting arm64-linux-android

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 12:40:12 PDT 2019


pcc added inline comments.


================
Comment at: utils/rsync_android.sh:31
+do
+    adb -s $TARGET push $file $file
+done
----------------
danalbert wrote:
> I'm guessing it's slower to run a lot of pushes instead of a single push command... but idk if jmgao likes the idea of `adb push --filter $PATTERN`
In my implementation I used the regular `rsync` command to copy the files to a staging directory and then `adb push`ed the staging directory.


Repository:
  rT test-suite

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64427/new/

https://reviews.llvm.org/D64427





More information about the llvm-commits mailing list