[libcxx] r347396 - [NFC][libcxx] Add revision number to ABI changelog

Louis Dionne ldionne at apple.com
Wed Nov 21 08:27:14 PST 2018


Author: ldionne
Date: Wed Nov 21 08:27:14 2018
New Revision: 347396

URL: http://llvm.org/viewvc/llvm-project?rev=347396&view=rev
Log:
[NFC][libcxx] Add revision number to 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=347396&r1=347395&r2=347396&view=diff
==============================================================================
--- libcxx/trunk/lib/abi/CHANGELOG.TXT (original)
+++ libcxx/trunk/lib/abi/CHANGELOG.TXT Wed Nov 21 08:27:14 2018
@@ -16,7 +16,7 @@ New entries should be added directly bel
 Version 8.0
 -----------
 
-* rXXXXXX - Making libc++ build under -fvisibility=hidden on Linux
+* r347395 - Making libc++ build under -fvisibility=hidden on Linux
 
   The change marks several function templates as hidden. This removes symbols
   from the shared library, but this is not an ABI break because it's impossible




More information about the libcxx-commits mailing list