[libcxx-commits] [PATCH] D122330: [libc++] Remove the __libcpp_version file
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 23 10:19:16 PDT 2022
ldionne created this revision.
ldionne added a reviewer: EricWF.
Herald added subscribers: arichardson, mgorny.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D122330
Files:
libcxx/docs/Contributing.rst
libcxx/include/CMakeLists.txt
libcxx/include/__libcpp_version
libcxx/test/libcxx/libcpp_version.pass.cpp
libcxx/test/libcxx/lint/lint_headers.sh.py
libcxx/utils/generate_private_header_tests.py
libcxx/utils/graph_header_deps.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122330.417681.patch
Type: text/x-patch
Size: 3703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220323/11591243/attachment-0001.bin>
More information about the libcxx-commits
mailing list