Skip to content

Commit d2f22fb

Browse files
committed
[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.
1 parent b4c1b07 commit d2f22fb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

openmp/docs/design/Runtimes.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ For general information on debugging OpenMP target offloading applications, see
1616
LLVM/OpenMP Host Runtime (``libomp``)
1717
-------------------------------------
1818

19-
An `early (2015) design document <https://openmp.llvm.org/Reference.pdf>`_ for
20-
the LLVM/OpenMP host runtime, aka. `libomp.so`, is available as a `pdf
21-
<https://openmp.llvm.org/Reference.pdf>`_.
19+
An `early (2015) design document
20+
<https://raw.githubusercontent.com/llvm/llvm-project/main/openmp/runtime/doc/Reference.pdf>`_
21+
for the LLVM/OpenMP host runtime, aka. `libomp.so`, is available as a `pdf
22+
<https://raw.githubusercontent.com/llvm/llvm-project/main/openmp/runtime/doc/Reference.pdf>`_.
2223

2324
.. _libomp_environment_vars:
2425

0 commit comments

Comments
 (0)