[all-commits] [llvm/llvm-project] 2353b5: [libc] Fix some missing features from the hermetic...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue May 2 07:40:41 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2353b52eae71ffa3993d21f0bed0c571cf2e0c79
      https://github.com/llvm/llvm-project/commit/2353b52eae71ffa3993d21f0bed0c571cf2e0c79
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-05-02 (Tue, 02 May 2023)

  Changed paths:
    M libc/cmake/modules/LLVMLibCTestRules.cmake
    M libc/test/UnitTest/CMakeLists.txt

  Log Message:
  -----------
  [libc] Fix some missing features from the hermetic test support

This patch addresses some of the flags and features that are currently
missing from the hermetic test support. This mostly just fixes the
`add_libc_test` option failing to find a few dependencies or missing
arguments from the previous unit test support.

Reviewed By: lntue

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




More information about the All-commits mailing list