[all-commits] [llvm/llvm-project] 19246b: [libc++] Remove the __libcpp_version file

Louis Dionne via All-commits all-commits at lists.llvm.org
Thu Mar 31 06:35:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 19246b0779a255d870284d32e5a7487af4f233f6
      https://github.com/llvm/llvm-project/commit/19246b0779a255d870284d32e5a7487af4f233f6
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-03-31 (Thu, 31 Mar 2022)

  Changed paths:
    M libcxx/docs/Contributing.rst
    M libcxx/include/CMakeLists.txt
    R libcxx/include/__libcpp_version
    R libcxx/test/libcxx/libcpp_version.pass.cpp
    M libcxx/test/libcxx/lint/lint_headers.sh.py
    M libcxx/utils/generate_assertion_tests.py
    M libcxx/utils/generate_private_header_tests.py
    M libcxx/utils/graph_header_deps.py

  Log Message:
  -----------
  [libc++] Remove the __libcpp_version file

It seems to have been added back in 761e42fa3dd72 for Clang to use it,
however it seems to have never been used for that purpose, so it is
probably fine to remove it.

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




More information about the All-commits mailing list