Skip to content

Commit 4123050

Browse files
authored
[Offload][Doc] Add 'offload' in OpenMP target doc (#110141)
Fix #106399
1 parent d256b9e commit 4123050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/docs/SupportAndFAQ.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ All patches go through the regular `LLVM review process
5252
Q: How to build an OpenMP GPU offload capable compiler?
5353
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5454
To build an *effective* OpenMP offload capable compiler, only one extra CMake
55-
option, ``LLVM_ENABLE_RUNTIMES="openmp"``, is needed when building LLVM (Generic
55+
option, ``LLVM_ENABLE_RUNTIMES="openmp;offload"``, is needed when building LLVM (Generic
5656
information about building LLVM is available `here
5757
<https://llvm.org/docs/GettingStarted.html>`__.). Make sure all backends that
5858
are targeted by OpenMP are enabled. That can be done by adjusting the CMake

0 commit comments

Comments
 (0)