Revert "Move googletest to the third-party directory"
commit8a084f68c8a1cac99d9fa0fbcf490b53ab3b6e0c
authorTom Stellard <tstellar@redhat.com>
Wed, 9 Nov 2022 19:32:26 +0000 (9 11:32 -0800)
committerTom Stellard <tstellar@redhat.com>
Wed, 9 Nov 2022 19:34:59 +0000 (9 11:34 -0800)
tree4ef61837d65f15256f4344c04f13a07503c7f17c
parent0b01aebf5e658f3a9c026b194e7d60c0aa7066de
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.
72 files changed:
clang/CMakeLists.txt
compiler-rt/CMakeLists.txt
lld/CMakeLists.txt
lldb/cmake/modules/LLDBStandalone.cmake
llvm/CMakeLists.txt
llvm/cmake/modules/HandleLLVMOptions.cmake
llvm/utils/unittest/CMakeLists.txt [moved from third-party/unittest/CMakeLists.txt with 100% similarity]
llvm/utils/unittest/UnitTestMain/CMakeLists.txt [moved from third-party/unittest/UnitTestMain/CMakeLists.txt with 100% similarity]
llvm/utils/unittest/UnitTestMain/TestMain.cpp [moved from third-party/unittest/UnitTestMain/TestMain.cpp with 100% similarity]
llvm/utils/unittest/googlemock/LICENSE.txt [moved from third-party/unittest/googlemock/LICENSE.txt with 100% similarity]
llvm/utils/unittest/googlemock/README.LLVM [moved from third-party/unittest/googlemock/README.LLVM with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-actions.h [moved from third-party/unittest/googlemock/include/gmock/gmock-actions.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-cardinalities.h [moved from third-party/unittest/googlemock/include/gmock/gmock-cardinalities.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-function-mocker.h [moved from third-party/unittest/googlemock/include/gmock/gmock-function-mocker.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-generated-actions.h [moved from third-party/unittest/googlemock/include/gmock/gmock-generated-actions.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-generated-function-mockers.h [moved from third-party/unittest/googlemock/include/gmock/gmock-generated-function-mockers.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-generated-matchers.h [moved from third-party/unittest/googlemock/include/gmock/gmock-generated-matchers.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-matchers.h [moved from third-party/unittest/googlemock/include/gmock/gmock-matchers.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-more-actions.h [moved from third-party/unittest/googlemock/include/gmock/gmock-more-actions.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-more-matchers.h [moved from third-party/unittest/googlemock/include/gmock/gmock-more-matchers.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-nice-strict.h [moved from third-party/unittest/googlemock/include/gmock/gmock-nice-strict.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock-spec-builders.h [moved from third-party/unittest/googlemock/include/gmock/gmock-spec-builders.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/gmock.h [moved from third-party/unittest/googlemock/include/gmock/gmock.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h [moved from third-party/unittest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/internal/custom/gmock-matchers.h [moved from third-party/unittest/googlemock/include/gmock/internal/custom/gmock-matchers.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/internal/custom/gmock-port.h [moved from third-party/unittest/googlemock/include/gmock/internal/custom/gmock-port.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h [moved from third-party/unittest/googlemock/include/gmock/internal/gmock-internal-utils.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/internal/gmock-port.h [moved from third-party/unittest/googlemock/include/gmock/internal/gmock-port.h with 100% similarity]
llvm/utils/unittest/googlemock/include/gmock/internal/gmock-pp.h [moved from third-party/unittest/googlemock/include/gmock/internal/gmock-pp.h with 100% similarity]
llvm/utils/unittest/googlemock/src/gmock-all.cc [moved from third-party/unittest/googlemock/src/gmock-all.cc with 100% similarity]
llvm/utils/unittest/googlemock/src/gmock-cardinalities.cc [moved from third-party/unittest/googlemock/src/gmock-cardinalities.cc with 100% similarity]
llvm/utils/unittest/googlemock/src/gmock-internal-utils.cc [moved from third-party/unittest/googlemock/src/gmock-internal-utils.cc with 100% similarity]
llvm/utils/unittest/googlemock/src/gmock-matchers.cc [moved from third-party/unittest/googlemock/src/gmock-matchers.cc with 100% similarity]
llvm/utils/unittest/googlemock/src/gmock-spec-builders.cc [moved from third-party/unittest/googlemock/src/gmock-spec-builders.cc with 100% similarity]
llvm/utils/unittest/googlemock/src/gmock.cc [moved from third-party/unittest/googlemock/src/gmock.cc with 100% similarity]
llvm/utils/unittest/googletest/LICENSE.TXT [moved from third-party/unittest/googletest/LICENSE.TXT with 100% similarity]
llvm/utils/unittest/googletest/README.LLVM [moved from third-party/unittest/googletest/README.LLVM with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest-death-test.h [moved from third-party/unittest/googletest/include/gtest/gtest-death-test.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest-matchers.h [moved from third-party/unittest/googletest/include/gtest/gtest-matchers.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest-message.h [moved from third-party/unittest/googletest/include/gtest/gtest-message.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest-param-test.h [moved from third-party/unittest/googletest/include/gtest/gtest-param-test.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest-printers.h [moved from third-party/unittest/googletest/include/gtest/gtest-printers.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest-spi.h [moved from third-party/unittest/googletest/include/gtest/gtest-spi.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest-test-part.h [moved from third-party/unittest/googletest/include/gtest/gtest-test-part.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest-typed-test.h [moved from third-party/unittest/googletest/include/gtest/gtest-typed-test.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest.h [moved from third-party/unittest/googletest/include/gtest/gtest.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest_pred_impl.h [moved from third-party/unittest/googletest/include/gtest/gtest_pred_impl.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/gtest_prod.h [moved from third-party/unittest/googletest/include/gtest/gtest_prod.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/custom/gtest-port.h [moved from third-party/unittest/googletest/include/gtest/internal/custom/gtest-port.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/custom/gtest-printers.h [moved from third-party/unittest/googletest/include/gtest/internal/custom/gtest-printers.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/custom/gtest.h [moved from third-party/unittest/googletest/include/gtest/internal/custom/gtest.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/custom/raw-ostream.h [moved from third-party/unittest/googletest/include/gtest/internal/custom/raw-ostream.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h [moved from third-party/unittest/googletest/include/gtest/internal/gtest-death-test-internal.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/gtest-filepath.h [moved from third-party/unittest/googletest/include/gtest/internal/gtest-filepath.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/gtest-internal.h [moved from third-party/unittest/googletest/include/gtest/internal/gtest-internal.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/gtest-param-util.h [moved from third-party/unittest/googletest/include/gtest/internal/gtest-param-util.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/gtest-port-arch.h [moved from third-party/unittest/googletest/include/gtest/internal/gtest-port-arch.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/gtest-port.h [moved from third-party/unittest/googletest/include/gtest/internal/gtest-port.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/gtest-string.h [moved from third-party/unittest/googletest/include/gtest/internal/gtest-string.h with 100% similarity]
llvm/utils/unittest/googletest/include/gtest/internal/gtest-type-util.h [moved from third-party/unittest/googletest/include/gtest/internal/gtest-type-util.h with 100% similarity]
llvm/utils/unittest/googletest/src/gtest-all.cc [moved from third-party/unittest/googletest/src/gtest-all.cc with 100% similarity]
llvm/utils/unittest/googletest/src/gtest-death-test.cc [moved from third-party/unittest/googletest/src/gtest-death-test.cc with 100% similarity]
llvm/utils/unittest/googletest/src/gtest-filepath.cc [moved from third-party/unittest/googletest/src/gtest-filepath.cc with 100% similarity]
llvm/utils/unittest/googletest/src/gtest-internal-inl.h [moved from third-party/unittest/googletest/src/gtest-internal-inl.h with 100% similarity]
llvm/utils/unittest/googletest/src/gtest-matchers.cc [moved from third-party/unittest/googletest/src/gtest-matchers.cc with 100% similarity]
llvm/utils/unittest/googletest/src/gtest-port.cc [moved from third-party/unittest/googletest/src/gtest-port.cc with 100% similarity]
llvm/utils/unittest/googletest/src/gtest-printers.cc [moved from third-party/unittest/googletest/src/gtest-printers.cc with 100% similarity]
llvm/utils/unittest/googletest/src/gtest-test-part.cc [moved from third-party/unittest/googletest/src/gtest-test-part.cc with 100% similarity]
llvm/utils/unittest/googletest/src/gtest-typed-test.cc [moved from third-party/unittest/googletest/src/gtest-typed-test.cc with 100% similarity]
llvm/utils/unittest/googletest/src/gtest.cc [moved from third-party/unittest/googletest/src/gtest.cc with 100% similarity]
mlir/CMakeLists.txt
polly/CMakeLists.txt