[all-commits] [llvm/llvm-project] 9d8773: [libc] Remove *TestMain libraries and combine them...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue May 16 13:56:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d877369b7527785f3fea202fea7525e328780f0
      https://github.com/llvm/llvm-project/commit/9d877369b7527785f3fea202fea7525e328780f0
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

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

  Log Message:
  -----------
  [libc] Remove *TestMain libraries and combine them with the main test libraries.

There are not tests currently which use the main test framework but not
the `main` function from LibcTestMain.cpp. So, this change essentially
simplifies by merging the *TestMain libraries with the main test
libraries.

Reviewed By: michaelrj, jhuber6

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




More information about the All-commits mailing list