[all-commits] [llvm/llvm-project] 8a084f: Revert "Move googletest to the third-party directory"

Tom Stellard via All-commits all-commits at lists.llvm.org
Wed Nov 9 11:38:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a084f68c8a1cac99d9fa0fbcf490b53ab3b6e0c
      https://github.com/llvm/llvm-project/commit/8a084f68c8a1cac99d9fa0fbcf490b53ab3b6e0c
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2022-11-09 (Wed, 09 Nov 2022)

  Changed paths:
    M clang/CMakeLists.txt
    M compiler-rt/CMakeLists.txt
    M lld/CMakeLists.txt
    M lldb/cmake/modules/LLDBStandalone.cmake
    M llvm/CMakeLists.txt
    M llvm/cmake/modules/HandleLLVMOptions.cmake
    A llvm/utils/unittest/CMakeLists.txt
    A llvm/utils/unittest/UnitTestMain/CMakeLists.txt
    A llvm/utils/unittest/UnitTestMain/TestMain.cpp
    A llvm/utils/unittest/googlemock/LICENSE.txt
    A llvm/utils/unittest/googlemock/README.LLVM
    A llvm/utils/unittest/googlemock/include/gmock/gmock-actions.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock-cardinalities.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock-function-mocker.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock-generated-actions.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock-generated-function-mockers.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock-matchers.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock-more-actions.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock-more-matchers.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock-nice-strict.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock-spec-builders.h
    A llvm/utils/unittest/googlemock/include/gmock/gmock.h
    A llvm/utils/unittest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
    A llvm/utils/unittest/googlemock/include/gmock/internal/custom/gmock-matchers.h
    A llvm/utils/unittest/googlemock/include/gmock/internal/custom/gmock-port.h
    A llvm/utils/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h
    A llvm/utils/unittest/googlemock/include/gmock/internal/gmock-port.h
    A llvm/utils/unittest/googlemock/include/gmock/internal/gmock-pp.h
    A llvm/utils/unittest/googlemock/src/gmock-all.cc
    A llvm/utils/unittest/googlemock/src/gmock-cardinalities.cc
    A llvm/utils/unittest/googlemock/src/gmock-internal-utils.cc
    A llvm/utils/unittest/googlemock/src/gmock-matchers.cc
    A llvm/utils/unittest/googlemock/src/gmock-spec-builders.cc
    A llvm/utils/unittest/googlemock/src/gmock.cc
    A llvm/utils/unittest/googletest/LICENSE.TXT
    A llvm/utils/unittest/googletest/README.LLVM
    A llvm/utils/unittest/googletest/include/gtest/gtest-death-test.h
    A llvm/utils/unittest/googletest/include/gtest/gtest-matchers.h
    A llvm/utils/unittest/googletest/include/gtest/gtest-message.h
    A llvm/utils/unittest/googletest/include/gtest/gtest-param-test.h
    A llvm/utils/unittest/googletest/include/gtest/gtest-printers.h
    A llvm/utils/unittest/googletest/include/gtest/gtest-spi.h
    A llvm/utils/unittest/googletest/include/gtest/gtest-test-part.h
    A llvm/utils/unittest/googletest/include/gtest/gtest-typed-test.h
    A llvm/utils/unittest/googletest/include/gtest/gtest.h
    A llvm/utils/unittest/googletest/include/gtest/gtest_pred_impl.h
    A llvm/utils/unittest/googletest/include/gtest/gtest_prod.h
    A llvm/utils/unittest/googletest/include/gtest/internal/custom/gtest-port.h
    A llvm/utils/unittest/googletest/include/gtest/internal/custom/gtest-printers.h
    A llvm/utils/unittest/googletest/include/gtest/internal/custom/gtest.h
    A llvm/utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
    A llvm/utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h
    A llvm/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h
    A llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h
    A llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h
    A llvm/utils/unittest/googletest/include/gtest/internal/gtest-port-arch.h
    A llvm/utils/unittest/googletest/include/gtest/internal/gtest-port.h
    A llvm/utils/unittest/googletest/include/gtest/internal/gtest-string.h
    A llvm/utils/unittest/googletest/include/gtest/internal/gtest-type-util.h
    A llvm/utils/unittest/googletest/src/gtest-all.cc
    A llvm/utils/unittest/googletest/src/gtest-death-test.cc
    A llvm/utils/unittest/googletest/src/gtest-filepath.cc
    A llvm/utils/unittest/googletest/src/gtest-internal-inl.h
    A llvm/utils/unittest/googletest/src/gtest-matchers.cc
    A llvm/utils/unittest/googletest/src/gtest-port.cc
    A llvm/utils/unittest/googletest/src/gtest-printers.cc
    A llvm/utils/unittest/googletest/src/gtest-test-part.cc
    A llvm/utils/unittest/googletest/src/gtest-typed-test.cc
    A llvm/utils/unittest/googletest/src/gtest.cc
    M mlir/CMakeLists.txt
    M polly/CMakeLists.txt
    R third-party/unittest/CMakeLists.txt
    R third-party/unittest/UnitTestMain/CMakeLists.txt
    R third-party/unittest/UnitTestMain/TestMain.cpp
    R third-party/unittest/googlemock/LICENSE.txt
    R third-party/unittest/googlemock/README.LLVM
    R third-party/unittest/googlemock/include/gmock/gmock-actions.h
    R third-party/unittest/googlemock/include/gmock/gmock-cardinalities.h
    R third-party/unittest/googlemock/include/gmock/gmock-function-mocker.h
    R third-party/unittest/googlemock/include/gmock/gmock-generated-actions.h
    R third-party/unittest/googlemock/include/gmock/gmock-generated-function-mockers.h
    R third-party/unittest/googlemock/include/gmock/gmock-generated-matchers.h
    R third-party/unittest/googlemock/include/gmock/gmock-matchers.h
    R third-party/unittest/googlemock/include/gmock/gmock-more-actions.h
    R third-party/unittest/googlemock/include/gmock/gmock-more-matchers.h
    R third-party/unittest/googlemock/include/gmock/gmock-nice-strict.h
    R third-party/unittest/googlemock/include/gmock/gmock-spec-builders.h
    R third-party/unittest/googlemock/include/gmock/gmock.h
    R third-party/unittest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
    R third-party/unittest/googlemock/include/gmock/internal/custom/gmock-matchers.h
    R third-party/unittest/googlemock/include/gmock/internal/custom/gmock-port.h
    R third-party/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h
    R third-party/unittest/googlemock/include/gmock/internal/gmock-port.h
    R third-party/unittest/googlemock/include/gmock/internal/gmock-pp.h
    R third-party/unittest/googlemock/src/gmock-all.cc
    R third-party/unittest/googlemock/src/gmock-cardinalities.cc
    R third-party/unittest/googlemock/src/gmock-internal-utils.cc
    R third-party/unittest/googlemock/src/gmock-matchers.cc
    R third-party/unittest/googlemock/src/gmock-spec-builders.cc
    R third-party/unittest/googlemock/src/gmock.cc
    R third-party/unittest/googletest/LICENSE.TXT
    R third-party/unittest/googletest/README.LLVM
    R third-party/unittest/googletest/include/gtest/gtest-death-test.h
    R third-party/unittest/googletest/include/gtest/gtest-matchers.h
    R third-party/unittest/googletest/include/gtest/gtest-message.h
    R third-party/unittest/googletest/include/gtest/gtest-param-test.h
    R third-party/unittest/googletest/include/gtest/gtest-printers.h
    R third-party/unittest/googletest/include/gtest/gtest-spi.h
    R third-party/unittest/googletest/include/gtest/gtest-test-part.h
    R third-party/unittest/googletest/include/gtest/gtest-typed-test.h
    R third-party/unittest/googletest/include/gtest/gtest.h
    R third-party/unittest/googletest/include/gtest/gtest_pred_impl.h
    R third-party/unittest/googletest/include/gtest/gtest_prod.h
    R third-party/unittest/googletest/include/gtest/internal/custom/gtest-port.h
    R third-party/unittest/googletest/include/gtest/internal/custom/gtest-printers.h
    R third-party/unittest/googletest/include/gtest/internal/custom/gtest.h
    R third-party/unittest/googletest/include/gtest/internal/custom/raw-ostream.h
    R third-party/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h
    R third-party/unittest/googletest/include/gtest/internal/gtest-filepath.h
    R third-party/unittest/googletest/include/gtest/internal/gtest-internal.h
    R third-party/unittest/googletest/include/gtest/internal/gtest-param-util.h
    R third-party/unittest/googletest/include/gtest/internal/gtest-port-arch.h
    R third-party/unittest/googletest/include/gtest/internal/gtest-port.h
    R third-party/unittest/googletest/include/gtest/internal/gtest-string.h
    R third-party/unittest/googletest/include/gtest/internal/gtest-type-util.h
    R third-party/unittest/googletest/src/gtest-all.cc
    R third-party/unittest/googletest/src/gtest-death-test.cc
    R third-party/unittest/googletest/src/gtest-filepath.cc
    R third-party/unittest/googletest/src/gtest-internal-inl.h
    R third-party/unittest/googletest/src/gtest-matchers.cc
    R third-party/unittest/googletest/src/gtest-port.cc
    R third-party/unittest/googletest/src/gtest-printers.cc
    R third-party/unittest/googletest/src/gtest-test-part.cc
    R third-party/unittest/googletest/src/gtest-typed-test.cc
    R third-party/unittest/googletest/src/gtest.cc

  Log Message:
  -----------
  Revert "Move googletest to the third-party directory"

This reverts commit 59052468c3e38cab15582cefbb5133fd4c2ffce5.

It looks like this patch breaks the build when compiler-rt is passed to
LLVM_ENABLE_PROJECTS instead of LLVM_ENABLE_RUNTIMES.




More information about the All-commits mailing list