[all-commits] [llvm/llvm-project] d9c1db: [libc] Remove startup option from integration tests

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Mar 16 10:38:57 PDT 2023


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

  Changed paths:
    M libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/test/integration/src/__support/threads/CMakeLists.txt
    M libc/test/integration/src/pthread/CMakeLists.txt
    M libc/test/integration/src/spawn/CMakeLists.txt
    M libc/test/integration/src/stdio/CMakeLists.txt
    M libc/test/integration/src/stdlib/CMakeLists.txt
    M libc/test/integration/src/threads/CMakeLists.txt
    M libc/test/integration/src/unistd/CMakeLists.txt
    M libc/test/integration/startup/linux/CMakeLists.txt

  Log Message:
  -----------
  [libc] Remove startup option from integration tests

This generalizes handling of the integration tests. We now implicitly
depend on the `libc.startup.${LIBC_TARGET_OS}.crt1` file rather than
passing it in manually. This simplifies the interface.

Reviewed By: sivachandra

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




More information about the All-commits mailing list