diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2024-02-26 14:46:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 14:46:15 -0500 |
commit | 5e6f50eaa9510366352dde60b48bf7c3169762ea (patch) | |
tree | 5e748fd36c9ccc59024a9bf1b250b267c4f1219a /libcxx/docs | |
parent | deaf53e632f37be1e4f7a57959c35fcae161b141 (diff) | |
download | llvm-5e6f50eaa9510366352dde60b48bf7c3169762ea.zip llvm-5e6f50eaa9510366352dde60b48bf7c3169762ea.tar.gz llvm-5e6f50eaa9510366352dde60b48bf7c3169762ea.tar.bz2 |
[libc++] Remove LIBCXX_EXECUTOR and LIBCXXABI_EXECUTOR (#79886)
Those were deprecated in LLVM 18 and their removal was planned for LLVM 19.
Diffstat (limited to 'libcxx/docs')
-rw-r--r-- | libcxx/docs/ReleaseNotes/19.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libcxx/docs/ReleaseNotes/19.rst b/libcxx/docs/ReleaseNotes/19.rst index a7f108c..6c8f8d1 100644 --- a/libcxx/docs/ReleaseNotes/19.rst +++ b/libcxx/docs/ReleaseNotes/19.rst @@ -51,8 +51,6 @@ Improvements and New Features Deprecations and Removals ------------------------- -- TODO: The ``LIBCXX_EXECUTOR`` CMake variables have been removed. - - TODO: The ``LIBCXX_ENABLE_ASSERTIONS`` CMake variable that was used to enable the safe mode has been deprecated and setting it triggers an error; use the ``LIBCXX_HARDENING_MODE`` CMake variable with the value ``extensive`` instead. Similarly, the ``_LIBCPP_ENABLE_ASSERTIONS`` macro has been deprecated (setting it to ``1`` still enables the extensive mode in @@ -98,4 +96,5 @@ TODO Build System Changes -------------------- -TODO +- The ``LIBCXX_EXECUTOR`` and ``LIBCXXABI_EXECUTOR`` CMake variables have been removed. Please + set ``LIBCXX_TEST_PARAMS`` to ``executor=<...>`` instead. |