[PATCH] D107060: [SPEC2017] Add timeit dependencies to validator and bench binaries.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 29 14:53:12 PDT 2021


fhahn added a comment.

In D107060#2914802 <https://reviews.llvm.org/D107060#2914802>, @Meinersbur wrote:

> If there are no easy answers to my questions, I'd just approve the patch. At worst we have redundant dependencies to `timeit` or build it even with though `TEST_SUITE_COLLECT_COMPILE_TIME=OFF`.

I'm not entirely sure myself. I *think* at least for `  llvm_test_executable(${PROG} ${_sources})` it should not be needed, because the dependencies should be added elsewhere already. Let me try to reproduce the issue again before continuing.


Repository:
  rT test-suite

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

https://reviews.llvm.org/D107060



More information about the llvm-commits mailing list