Skip to content

Commit 7af201c

Browse files
committed
[libcxx] [doc] Remove a leftover tentative release note
This release note was added tentatively in https://reviews.llvm.org/D120982 / ebde6fc. The issue was resolved differently in https://reviews.llvm.org/D125715 / bedf657, but that commit forgot to remove the tentative release note.
1 parent 5b93812 commit 7af201c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

libcxx/docs/ReleaseNotes.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,6 @@ Build System Changes
239239
use the ``CMAKE_CXX_COMPILER_TARGET``, ``CMAKE_SYSROOT`` and ``CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN``
240240
variables provided by CMake.
241241

242-
- When building for Windows, vendors who want to avoid dll-exporting symbols from the static libc++abi
243-
library should set ``LIBCXXABI_HERMETIC_STATIC_LIBRARY=ON`` when configuring CMake. The current
244-
behavior, which tries to guess the correct dll-export semantics based on whether we're building
245-
the libc++ shared library, will be removed in LLVM 16.
246-
247242
- Previously, the C++ ABI library headers would be installed inside ``<prefix>/include/c++/v1``
248243
alongside the libc++ headers as part of building libc++. This is not the case anymore -- the
249244
ABI library is expected to install its headers where it wants them as part of its own build.

0 commit comments

Comments
 (0)