summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorJoseph Huber <jhuber6@vols.utk.edu>2023-04-14 11:09:33 -0500
committerJoseph Huber <jhuber6@vols.utk.edu>2023-04-14 11:11:11 -0500
commitd2f22fb841c1ad75f999781f45060776f798b6c7 (patch)
treed069b8dae1e5222d413821222289a3f8dafd47e3 /openmp
parentb4c1b07da2c197ca75e158dd595c7813aff802d6 (diff)
downloadllvm-d2f22fb841c1ad75f999781f45060776f798b6c7.tar.gz
[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.
Diffstat (limited to 'openmp')
-rw-r--r--openmp/docs/design/Runtimes.rst7
1 files changed, 4 insertions, 3 deletions
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: