diff options
author | Louis Dionne <ldionne@apple.com> | 2019-04-15 14:29:33 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-04-15 14:29:33 +0000 |
commit | 5e165fba3acdb15bc7bb8ef8d44a2182ddda5e71 (patch) | |
tree | bbdba133477d3bfe6887d87db64f64c334769057 /libcxx/lib | |
parent | f2073321c93bba2c096a1daba3ab29f0e142f7ab (diff) | |
download | bcm5719-llvm-5e165fba3acdb15bc7bb8ef8d44a2182ddda5e71.tar.gz bcm5719-llvm-5e165fba3acdb15bc7bb8ef8d44a2182ddda5e71.zip |
[NFC] Add missing revision number in libc++ ABI changelog
llvm-svn: 358411
Diffstat (limited to 'libcxx/lib')
-rw-r--r-- | libcxx/lib/abi/CHANGELOG.TXT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT index e046aa26b3e..518a212eab2 100644 --- a/libcxx/lib/abi/CHANGELOG.TXT +++ b/libcxx/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 |