Browse Source

[libc++] Add missing revision number in ABI changelog

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@373625 91177308-0d34-0410-b5e6-96231b3b80d8
Louis Dionne 5 years ago
parent
commit
d3253a749c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/abi/CHANGELOG.TXT

+ 1 - 1
lib/abi/CHANGELOG.TXT

@@ -16,7 +16,7 @@ New entries should be added directly below the "Version" header.
 Version 9.0
 Version 9.0
 -----------
 -----------
 
 
-* rXXXXX - Re-rexport missing symbols from libc++abi
+* r358690 - Re-rexport missing symbols from libc++abi
 
 
   libc++ now re-exports `__cxa_throw_bad_array_new_length` and `__cxa_uncaught_exceptions`,
   libc++ now re-exports `__cxa_throw_bad_array_new_length` and `__cxa_uncaught_exceptions`,
   both of which are provided by libc++abi. This is not an ABI break because
   both of which are provided by libc++abi. This is not an ABI break because