[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.
This commit is contained in:
Joseph Huber 2023-04-14 11:09:33 -05:00
parent b4c1b07da2
commit d2f22fb841

View File

@ -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: