[all-commits] [llvm/llvm-project] 79b422: [runtimes] Ensure required deps for tests targets ...

PiJoules via All-commits all-commits at lists.llvm.org
Wed Sep 29 14:41:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79b422080612fec7fb720052378f448174c016c7
      https://github.com/llvm/llvm-project/commit/79b422080612fec7fb720052378f448174c016c7
  Author: Leonard Chan <leonardchan at google.com>
  Date:   2021-09-29 (Wed, 29 Sep 2021)

  Changed paths:
    M llvm/runtimes/CMakeLists.txt

  Log Message:
  -----------
  [runtimes] Ensure required deps for tests targets are actually built

When building compiler-rt via runtimes, many tests fail because tools like
FileCheck and count aren't built yet. This is because the RUNTIME_TEST_DEPENDENCIES
haven't been added to any of the compiler-rt targets. The fix is to explicitly
add any runtimes as test_targets.

Differential Revision: https://reviews.llvm.org/D109625




More information about the All-commits mailing list