[clang] 0f8b8d7 - [OpenMP][Docs] Remove old 14.0 release information
Joseph Huber via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 19 05:46:52 PDT 2022
Author: Joseph Huber
Date: 2022-04-19T08:45:51-04:00
New Revision: 0f8b8d79af8bf97a414986cdebfa728ce5018f80
URL: https://github.com/llvm/llvm-project/commit/0f8b8d79af8bf97a414986cdebfa728ce5018f80
DIFF: https://github.com/llvm/llvm-project/commit/0f8b8d79af8bf97a414986cdebfa728ce5018f80.diff
LOG: [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.
Added:
Modified:
clang/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index c396322f2de57..ef4211204a905 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -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
---------------------
More information about the cfe-commits
mailing list