[OpenMP][Docs] Remove old 14.0 release information

Summary:
This patch removes the OpenMP sections in the release notes. These will
be filled once the release is close and implementations are finalized.
This commit is contained in:
Joseph Huber 2022-04-19 08:45:51 -04:00
parent 944b25aee3
commit 0f8b8d79af

View file

@ -282,18 +282,7 @@ ABI Changes in Clang
OpenMP Support in Clang
-----------------------
- ``clang-nvlink-wrapper`` tool introduced to support linking of cubin files
archived in an archive. See :doc:`ClangNvlinkWrapper`.
- ``clang-linker-wrapper`` tool introduced to support linking using a new OpenMP
target offloading method. See :doc:`ClangLinkerWrapper`.
- Support for a new driver for OpenMP target offloading has been added as an
opt-in feature. The new driver can be selected using ``-fopenmp-new-driver``
with clang. Device-side LTO can also be enabled using the new driver by
passing ``-foffload-lto=`` as well. The new driver supports the following
features:
- Linking AMDGPU and NVPTX offloading targets.
- Static linking using archive files.
- Device-side LTO.
...
CUDA Support in Clang
---------------------