[PATCH] D51080: litsupport/remote: Work without shared filesystem
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 30 09:26:20 PDT 2018
Meinersbur added inline comments.
================
Comment at: tools/CMakeLists.txt:36
add_executable(build-timeit-target ALIAS timeit-target)
llvm_add_host_executable(build-timeit timeit timeit.c)
endif()
----------------
MatzeB wrote:
> Meinersbur wrote:
> > Notived after looking into D51465: Isn't/should timeit be executed on the remote as well?
> `timeit-target` will be executed on the remote. However on the host we still use `timeit` to wrap the compiler invocations for compiletime measurements.
Thanks. I forgot about the compilation times.
Repository:
rT test-suite
https://reviews.llvm.org/D51080
More information about the llvm-commits
mailing list