[Openmp-commits] [openmp] 0386021 - [NFC] Correct documentation error in OpenMP release ReleaseNotes

Tony Tye via Openmp-commits openmp-commits at lists.llvm.org
Mon Jul 19 19:05:10 PDT 2021


Author: Tony Tye
Date: 2021-07-20T02:04:43Z
New Revision: 038602139db2bcff8bcc64308f843aeec324becb

URL: https://github.com/llvm/llvm-project/commit/038602139db2bcff8bcc64308f843aeec324becb
DIFF: https://github.com/llvm/llvm-project/commit/038602139db2bcff8bcc64308f843aeec324becb.diff

LOG: [NFC] Correct documentation error in OpenMP release ReleaseNotes

Reviewed By: tianshilei1992

Differential Revision: https://reviews.llvm.org/D106330

Added: 
    

Modified: 
    openmp/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/openmp/docs/ReleaseNotes.rst b/openmp/docs/ReleaseNotes.rst
index cb3464ad84f06..476315273f5be 100644
--- a/openmp/docs/ReleaseNotes.rst
+++ b/openmp/docs/ReleaseNotes.rst
@@ -63,7 +63,7 @@ Non-comprehensive list of changes in this release
   runtime on a CUDA free system. ``gcc-multilib`` and ``g++-multilib`` are
   required. If CUDA is found, the device runtime will be built by default.
 
-  - Static NVPTX device runtime library (``libomptarget-nvptx.a``) was dropped.
+- Static NVPTX device runtime library (``libomptarget-nvptx.a``) was dropped.
   A bitcode library is required to build an OpenMP program. If the library is
   not found in the default path or any of the paths defined by ``LIBRARY_PATH``,
   an error will be raised. User can also specify the path to the bitcode device


        


More information about the Openmp-commits mailing list