From 7bf45572c2d9dd6af6a4cd570a22927a2140eaba Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 26 Oct 2018 20:08:43 +0000 Subject: [PATCH] [NFC] Update comment in libc++ ABI changelog llvm-svn: 345424 --- libcxx/lib/abi/CHANGELOG.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT index a5451bc..cce6cba 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 7.0 ----------- -* rXXXXX - Making libc++ build under -fvisibility=hidden +* r345260 - Making libc++ build under -fvisibility=hidden The change marks __thread_specific_ptr<__thread_struct>::__at_thread_exit(void*) with hidden visibility. This removes a symbol from the shared libraries, -- 2.7.4