[all-commits] [llvm/llvm-project] a48f01: [runtimes] Remove all traces of the legacy testing...

Louis Dionne via All-commits all-commits at lists.llvm.org
Fri Sep 30 12:03:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a48f018bb7d8fadc67c08e71409c31713daa0071
      https://github.com/llvm/llvm-project/commit/a48f018bb7d8fadc67c08e71409c31713daa0071
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
    M clang/cmake/caches/CrossWinToARMLinux.cmake
    M libcxx/cmake/caches/MinGW.cmake
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/test/CMakeLists.txt
    R libcxx/test/configs/legacy.cfg.in
    M libcxx/utils/ci/buildkite-pipeline.yml
    M libcxx/utils/ci/run-buildbot
    R libcxx/utils/libcxx/compiler.py
    R libcxx/utils/libcxx/test/config.py
    R libcxx/utils/libcxx/test/target_info.py
    R libcxx/utils/libcxx/util.py
    M libcxxabi/test/CMakeLists.txt
    R libcxxabi/test/libcxxabi/__init__.py
    R libcxxabi/test/libcxxabi/test/__init__.py
    R libcxxabi/test/libcxxabi/test/config.py
    R libcxxabi/test/lit.site.cfg.in
    M libunwind/CMakeLists.txt
    M libunwind/test/CMakeLists.txt
    M libunwind/test/configs/cmake-bridge.cfg.in
    R libunwind/test/libunwind/__init__.py
    R libunwind/test/libunwind/test/__init__.py
    R libunwind/test/libunwind/test/config.py
    R libunwind/test/lit.site.cfg.in

  Log Message:
  -----------
  [runtimes] Remove all traces of the legacy testing configuration system

Now that all jobs have moved over to the new style of Lit configuration,
we can remove all traces of the legacy testing configuration system.
This includes:
- Cache settings that are not honored or useful anymore
- Several CMake options that were only useful in the context of the
  legacy Lit configuration system
- A bunch of Python support code that is not used anymore
- The legacy lit.cfg.in files themselves

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




More information about the All-commits mailing list