[libcxx-commits] [PATCH] D76022: [libc++] Add SHA for C++20 Synchronization Library in ABI changelog

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 11 13:02:50 PDT 2020


ldionne created this revision.
Herald added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous.
Herald added a project: libc++.
Herald added a reviewer: libc++.

This is mostly a means to test a new Herald rule for libc++ reviews.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76022

Files:
  libcxx/lib/abi/CHANGELOG.TXT


Index: libcxx/lib/abi/CHANGELOG.TXT
===================================================================
--- libcxx/lib/abi/CHANGELOG.TXT
+++ libcxx/lib/abi/CHANGELOG.TXT
@@ -16,7 +16,7 @@
 Version 10.0
 ------------
 
-* TODO - [libc++] Implementation of C++20's P1135R6 for libcxx
+* 54fa9ecd3088 - [libc++] Implementation of C++20's P1135R6 for libcxx
 
   libc++ now implements P1135R6 (The C++20 Synchronization Library), which
   adds a few symbols to the dylib. This is backwards-compatible since we're


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76022.249730.patch
Type: text/x-patch
Size: 509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200311/ca812f6b/attachment.bin>


More information about the libcxx-commits mailing list