git://git.jankratochvil.net
/
lldb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36724b7
)
[libc++] Add missing revision number in ABI changelog
author
Louis Dionne
<ldionne@apple.com>
Thu, 3 Oct 2019 16:50:05 +0000
(16:50 +0000)
committer
Louis Dionne
<ldionne@apple.com>
Thu, 3 Oct 2019 16:50:05 +0000
(16:50 +0000)
llvm-svn: 373625
libcxx/lib/abi/CHANGELOG.TXT
patch
|
blob
|
history
diff --git
a/libcxx/lib/abi/CHANGELOG.TXT
b/libcxx/lib/abi/CHANGELOG.TXT
index
782a9b7
..
daea0a1
100644
(file)
--- a/
libcxx/lib/abi/CHANGELOG.TXT
+++ b/
libcxx/lib/abi/CHANGELOG.TXT
@@
-16,7
+16,7
@@
New entries should be added directly below the "Version" header.
Version 9.0
-----------
-* r
XXXXX
- Re-rexport missing symbols from libc++abi
+* r
358690
- 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