[PATCH] D51080: litsupport/remote: Work without shared filesystem

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 09:11:14 PDT 2018


MatzeB marked an inline comment as done.
MatzeB 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()
----------------
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.


Repository:
  rT test-suite

https://reviews.llvm.org/D51080





More information about the llvm-commits mailing list