浏览代码

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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@358411 91177308-0d34-0410-b5e6-96231b3b80d8
Louis Dionne 6 年之前
父节点
当前提交
2113da5756
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/abi/CHANGELOG.TXT

+ 1 - 1
lib/abi/CHANGELOG.TXT

@@ -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