[libcxx] r345424 - [NFC] Update comment in libc++ ABI changelog
Louis Dionne
ldionne at apple.com
Fri Oct 26 13:08:43 PDT 2018
Author: ldionne
Date: Fri Oct 26 13:08:43 2018
New Revision: 345424
URL: http://llvm.org/viewvc/llvm-project?rev=345424&view=rev
Log:
[NFC] Update comment in libc++ ABI changelog
Modified:
libcxx/trunk/lib/abi/CHANGELOG.TXT
Modified: libcxx/trunk/lib/abi/CHANGELOG.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/abi/CHANGELOG.TXT?rev=345424&r1=345423&r2=345424&view=diff
==============================================================================
--- libcxx/trunk/lib/abi/CHANGELOG.TXT (original)
+++ libcxx/trunk/lib/abi/CHANGELOG.TXT Fri Oct 26 13:08:43 2018
@@ -16,7 +16,7 @@ New entries should be added directly bel
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,
More information about the libcxx-commits
mailing list