Changeset View
Changeset View
Standalone View
Standalone View
libcxx/docs/ReleaseNotes.rst
Show First 20 Lines • Show All 142 Lines • ▼ Show 20 Lines | - Previously, the C++ ABI library headers would be installed inside ``<prefix>/include/c++/v1`` | ||||
alongside the libc++ headers as part of building libc++. This is not the case anymore -- the | alongside the libc++ headers as part of building libc++. This is not the case anymore -- the | ||||
ABI library is expected to install its headers where it wants them as part of its own build. | ABI library is expected to install its headers where it wants them as part of its own build. | ||||
Note that no action is required for most users, who build libc++ against libc++abi, since | Note that no action is required for most users, who build libc++ against libc++abi, since | ||||
libc++abi already installs its headers in the right location. However, vendors building | libc++abi already installs its headers in the right location. However, vendors building | ||||
libc++ against alternate ABI libraries should make sure that their ABI library installs | libc++ against alternate ABI libraries should make sure that their ABI library installs | ||||
its own headers. | its own headers. | ||||
- The legacy testing configuration is now deprecated and will be removed in the next release. For | - The legacy testing configuration is now deprecated and will be removed in the next release. For | ||||
most users, this should not have any impact. However, if you are testing libc++ in a configuration | most users, this should not have any impact. However, if you are testing libc++, libc++abi or | ||||
or on a platform that used to be supported by the legacy testing configuration and isn't supported | libunwind in a configuration or on a platform that used to be supported by the legacy testing | ||||
by one of the configurations in ``libcxx/test/configs``, please reach out to the libc++ developers | configuration and isn't supported by one of the configurations in ``libcxx/test/configs``, | ||||
to get your configuration supported officially. | ``libcxxabi/test/configs`` or ``libunwind/test/configs``, please move to one of those | ||||
configurations or define your own. |