[all-commits] [llvm/llvm-project] f383fb: Remove legacy CMake targets for libcxx and libcxxabi

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Mar 23 07:51:52 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f383fb40b17b6b39b37da588ff3c8a2972c685ad
      https://github.com/llvm/llvm-project/commit/f383fb40b17b6b39b37da588ff3c8a2972c685ad
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M libcxx/docs/BuildingLibcxx.rst
    M libcxx/docs/TestingLibcxx.rst
    M libcxx/include/CMakeLists.txt
    M libcxx/src/CMakeLists.txt
    M libcxx/test/CMakeLists.txt
    M libcxxabi/src/CMakeLists.txt
    M libcxxabi/test/CMakeLists.txt

  Log Message:
  -----------
  Remove legacy CMake targets for libcxx and libcxxabi

We've been meaning to remove those targets for a while, and the fix is
simple enough cause they're all just aliases to other targets.

There's no doubt this commit will break some CI systems, however the
fix is trivial.

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




More information about the All-commits mailing list