[libcxx-commits] [libcxx] 91941f0 - [libc++][NFC] Add commit SHA for ABI change
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 19 14:17:02 PDT 2022
Author: Louis Dionne
Date: 2022-07-19T17:16:53-04:00
New Revision: 91941f0142d5f6e8951ee693f43bf966c17369f6
URL: https://github.com/llvm/llvm-project/commit/91941f0142d5f6e8951ee693f43bf966c17369f6
DIFF: https://github.com/llvm/llvm-project/commit/91941f0142d5f6e8951ee693f43bf966c17369f6.diff
LOG: [libc++][NFC] Add commit SHA for ABI change
Added:
Modified:
libcxx/lib/abi/CHANGELOG.TXT
Removed:
################################################################################
diff --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT
index 649bf3e28f72..034f2e47d723 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 15.0
------------
-* xxxxxxxxxxx - [libc++] Drop the legacy debug mode symbols by default
+* f1c30135417f - [libc++] Drop the legacy debug mode symbols by default
This commit removed symbols implementing debug mode in the non-debug
configuration of the library. Using the debug mode now requires a
More information about the libcxx-commits
mailing list