[all-commits] [llvm/llvm-project] 7b3ba8: [libcxx] Update include/__libcpp_version to match ...
Simon Tatham via All-commits
all-commits at lists.llvm.org
Wed Jan 27 07:22:40 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7b3ba8dd020e6fcd8486c890c615f3116c0cad54
https://github.com/llvm/llvm-project/commit/7b3ba8dd020e6fcd8486c890c615f3116c0cad54
Author: Simon Tatham <simon.tatham at arm.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M libcxx/include/__libcpp_version
Log Message:
-----------
[libcxx] Update include/__libcpp_version to match include/__config
https://reviews.llvm.org/rG5369517d20dd362a178a1b2d6c398d8898ee4620
bumped the version number in __config to 13000, causing a test failure
in libcxx/test/libcxx/libcpp_version.pass.cpp because now the two
don't match.
This is the only part of the post-release TODO in
libcxx/docs/Contributing.rst that wasn't done by that commit.
More information about the All-commits
mailing list