[Openmp-commits] [openmp] d2f22fb - [OpenMP][Docs] Replace broken design document link with the git repo

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Fri Apr 14 09:11:19 PDT 2023


Author: Joseph Huber
Date: 2023-04-14T11:11:11-05:00
New Revision: d2f22fb841c1ad75f999781f45060776f798b6c7

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

LOG: [OpenMP][Docs] Replace broken design document link with the git repo

Summary:
At some point we stopped copying this file to the server, but
realistically this is just a static `.pdf` hosted in the LLVM repository
so we can link it directly.

Added: 
    

Modified: 
    openmp/docs/design/Runtimes.rst

Removed: 
    


################################################################################
diff  --git a/openmp/docs/design/Runtimes.rst b/openmp/docs/design/Runtimes.rst
index 63fa3cd53d08..98f47bc1c632 100644
--- a/openmp/docs/design/Runtimes.rst
+++ b/openmp/docs/design/Runtimes.rst
@@ -16,9 +16,10 @@ For general information on debugging OpenMP target offloading applications, see
 LLVM/OpenMP Host Runtime (``libomp``)
 -------------------------------------
 
-An `early (2015) design document <https://openmp.llvm.org/Reference.pdf>`_ for
-the LLVM/OpenMP host runtime, aka.  `libomp.so`, is available as a `pdf
-<https://openmp.llvm.org/Reference.pdf>`_.
+An `early (2015) design document
+<https://raw.githubusercontent.com/llvm/llvm-project/main/openmp/runtime/doc/Reference.pdf>`_
+for the LLVM/OpenMP host runtime, aka.  `libomp.so`, is available as a `pdf
+<https://raw.githubusercontent.com/llvm/llvm-project/main/openmp/runtime/doc/Reference.pdf>`_.
 
 .. _libomp_environment_vars:
 


        


More information about the Openmp-commits mailing list