diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index c396322f2de5..ef4211204a90 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 ---------------------