File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -239,11 +239,6 @@ Build System Changes
239
239
use the ``CMAKE_CXX_COMPILER_TARGET ``, ``CMAKE_SYSROOT `` and ``CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN ``
240
240
variables provided by CMake.
241
241
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
-
247
242
- Previously, the C++ ABI library headers would be installed inside ``<prefix>/include/c++/v1 ``
248
243
alongside the libc++ headers as part of building libc++. This is not the case anymore -- the
249
244
ABI library is expected to install its headers where it wants them as part of its own build.
You can’t perform that action at this time.
0 commit comments