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 a0f27ce commit 7f8d612Copy full SHA for 7f8d612
openmp/docs/SupportAndFAQ.rst
@@ -67,7 +67,7 @@ offloading as well as some extra options.
67
-DCMAKE_INSTALL_PREFIX=<PATH> \ # Where the libraries will live
68
$> ninja install
69
70
-To build an *effective* OpenMP offload capable compiler, only one extra CMake
+To manually build an *effective* OpenMP offload capable compiler, only one extra CMake
71
option, ``LLVM_ENABLE_RUNTIMES="openmp;offload"``, is needed when building LLVM (Generic
72
information about building LLVM is available `here
73
<https://llvm.org/docs/GettingStarted.html>`__.). Make sure all backends that
0 commit comments