[all-commits] [llvm/llvm-project] f62523: [libc] Inherit integration test dependencies from ...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Mar 16 05:33:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f62523032d1d0e3e0f33cd1bc738a9f4b785eb25
      https://github.com/llvm/llvm-project/commit/f62523032d1d0e3e0f33cd1bc738a9f4b785eb25
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M libc/cmake/modules/LLVMLibCTestRules.cmake

  Log Message:
  -----------
  [libc] Inherit integration test dependencies from the startup target

All integration tests rely on the startup code to be run. Currently we
manually include a few of these dependencies that are relevant for the
Linux target. This patch changes this to make the integration test's
dependencies include all the dependencies of the startup code. This
simplifies the code and makes it easier to support different targets.
The changes here cause the integration test to be dependent on more
targets than previously necessary, but it should be fine.

Reviewed By: sivachandra

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




More information about the All-commits mailing list