diff options
author | Louis Dionne <ldionne@apple.com> | 2019-03-08 21:01:25 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-03-08 21:01:25 +0000 |
commit | 3d678b53365cf2748e05613a04f6a80ae0f25de4 (patch) | |
tree | 88e3eb1e9d13a112060e91ac9e0b8454073e88e2 | |
parent | e8c03a25111054ee28ca71c2d75921589ef27861 (diff) | |
download | bcm5719-llvm-3d678b53365cf2748e05613a04f6a80ae0f25de4.tar.gz bcm5719-llvm-3d678b53365cf2748e05613a04f6a80ae0f25de4.zip |
[NFC] Add missing revision information to ABI Changelog
llvm-svn: 355732
-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 60227e3248a..8055abaf5ca 100644 --- 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 ----------- -* rTBD - Fix -fsanitize=vptr badness in <__debug> +* r355367 - Fix -fsanitize=vptr badness in <__debug> This patch fixes a lifetime bug when inserting a new container into the debug database. It is diagnosed by UBSAN when debug mode is enabled. This patch corrects how nodes are constructed |