Revert "[CMake] Cache the compiler-rt library search results"
authorPetr Hosek <phosek@google.com>
Thu, 21 Oct 2021 17:32:01 +0000 (10:32 -0700)
committerPetr Hosek <phosek@google.com>
Thu, 21 Oct 2021 17:32:01 +0000 (10:32 -0700)
commitba4920e98e2f5ef33024e16979786981e705cc80
treec5b143cc881c0e4862998ffd624db7988ab175b9
parenta4b8979a81afe45463860579cd82ee7bb45d1513
Revert "[CMake] Cache the compiler-rt library search results"

This reverts commit 0eed292fbae22a8856682b07e1cb968424b49941, there
are compiler-rt build failures that appear to have been introduced
by this change.
17 files changed:
cmake/Modules/HandleCompilerRT.cmake [deleted file]
compiler-rt/CMakeLists.txt
compiler-rt/cmake/Modules/AddCompilerRT.cmake
compiler-rt/cmake/Modules/HandleCompilerRT.cmake [new file with mode: 0644]
compiler-rt/cmake/config-ix.cmake
compiler-rt/lib/builtins/CMakeLists.txt
libcxx/CMakeLists.txt
libcxx/cmake/Modules/HandleCompilerRT.cmake [new file with mode: 0644]
libcxx/cmake/config-ix.cmake
libcxx/src/CMakeLists.txt
libcxxabi/CMakeLists.txt
libcxxabi/cmake/Modules/HandleCompilerRT.cmake [new file with mode: 0644]
libcxxabi/cmake/config-ix.cmake
libcxxabi/src/CMakeLists.txt
libunwind/CMakeLists.txt
libunwind/cmake/Modules/HandleCompilerRT.cmake [new file with mode: 0644]
libunwind/cmake/config-ix.cmake