[PATCH] D51080: litsupport/remote: Work without shared filesystem
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 23 15:24:54 PDT 2018
MatzeB updated this revision to Diff 162275.
MatzeB added a comment.
- Fix PGO in remote setting: We have to do the merging on the host side where the compiler toolchain resides, however before we can do that we have to retrieve the profile data from device. Make the remote module add commands to retrieve the profile data.
Repository:
rT test-suite
https://reviews.llvm.org/D51080
Files:
CMakeLists.txt
cmake/modules/TestSuite.cmake
litsupport/modules/microbenchmark.py
litsupport/modules/profilegen.py
litsupport/modules/remote.py
litsupport/modules/timeit.py
litsupport/test.py
litsupport/testplan.py
tools/CMakeLists.txt
utils/rsync.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51080.162275.patch
Type: text/x-patch
Size: 13405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180823/b848e874/attachment.bin>
More information about the llvm-commits
mailing list