Преглед изворни кода

[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 година
родитељ
комит
d3253a749c
1 измењених фајлова са 1 додато и 1 уклоњено
  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
 -----------
 
-* 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`,
   both of which are provided by libc++abi. This is not an ABI break because