We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a62a4 commit ef227daCopy full SHA for ef227da
openmp/docs/SupportAndFAQ.rst
@@ -52,7 +52,7 @@ All patches go through the regular `LLVM review process
52
Q: How to build an OpenMP GPU offload capable compiler?
53
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54
To build an *effective* OpenMP offload capable compiler, only one extra CMake
55
-option, ``LLVM_ENABLE_RUNTIMES="openmp"``, is needed when building LLVM (Generic
+option, ``LLVM_ENABLE_RUNTIMES="openmp;offload"``, is needed when building LLVM (Generic
56
information about building LLVM is available `here
57
<https://llvm.org/docs/GettingStarted.html>`__.). Make sure all backends that
58
are targeted by OpenMP are enabled. That can be done by adjusting the CMake
0 commit comments