[libcxx-commits] [libcxx] r358411 - [NFC] Add missing revision number in libc++ ABI changelog

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 15 07:29:33 PDT 2019


Author: ldionne
Date: Mon Apr 15 07:29:33 2019
New Revision: 358411

URL: http://llvm.org/viewvc/llvm-project?rev=358411&view=rev
Log:
[NFC] Add missing revision number in libc++ ABI changelog

Modified:
    libcxx/trunk/lib/abi/CHANGELOG.TXT

Modified: libcxx/trunk/lib/abi/CHANGELOG.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/abi/CHANGELOG.TXT?rev=358411&r1=358410&r2=358411&view=diff
==============================================================================
--- libcxx/trunk/lib/abi/CHANGELOG.TXT (original)
+++ libcxx/trunk/lib/abi/CHANGELOG.TXT Mon Apr 15 07:29:33 2019
@@ -210,7 +210,7 @@ Version 9.0
   Symbol added: __ZTSNSt3__14__fs10filesystem16filesystem_errorE
   Symbol added: __ZTVNSt3__14__fs10filesystem16filesystem_errorE
 
-* rTBD - Remove exception throwing debug mode handler support.
+* r356417 - Remove exception throwing debug mode handler support.
 
   The reason libc++ implemented a throwing debug mode handler was for ease of testing. Specifically,
   I thought that if a debug violation aborted, we could only test one violation per file. This made




More information about the libcxx-commits mailing list