[NFC] Correct documentation error in OpenMP release ReleaseNotes
authorTony Tye <Tony.Tye@amd.com>
Tue, 20 Jul 2021 01:20:22 +0000 (01:20 +0000)
committerTony Tye <Tony.Tye@amd.com>
Tue, 20 Jul 2021 02:04:43 +0000 (02:04 +0000)
Reviewed By: tianshilei1992

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

openmp/docs/ReleaseNotes.rst

index cb3464ad84f065df6e1279c9aaff130cc44c5984..476315273f5be659f7e402990e3bac541ded6eed 100644 (file)
@@ -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