[Openmp-commits] [openmp] 4123050 - [Offload][Doc] Add 'offload' in OpenMP target doc (#110141)

via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 2 09:55:32 PDT 2024


Author: Baodi Shan
Date: 2024-10-02T12:55:28-04:00
New Revision: 4123050b965f685e8e56c74d413e99f64f35d38b

URL: https://github.com/llvm/llvm-project/commit/4123050b965f685e8e56c74d413e99f64f35d38b
DIFF: https://github.com/llvm/llvm-project/commit/4123050b965f685e8e56c74d413e99f64f35d38b.diff

LOG: [Offload][Doc] Add 'offload' in OpenMP target doc (#110141)

Fix #106399

Added: 
    

Modified: 
    openmp/docs/SupportAndFAQ.rst

Removed: 
    


################################################################################
diff  --git a/openmp/docs/SupportAndFAQ.rst b/openmp/docs/SupportAndFAQ.rst
index cd2d6a47032214..dee707cf50f919 100644
--- a/openmp/docs/SupportAndFAQ.rst
+++ b/openmp/docs/SupportAndFAQ.rst
@@ -52,7 +52,7 @@ All patches go through the regular `LLVM review process
 Q: How to build an OpenMP GPU offload capable compiler?
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 To build an *effective* OpenMP offload capable compiler, only one extra CMake
-option, ``LLVM_ENABLE_RUNTIMES="openmp"``, is needed when building LLVM (Generic
+option, ``LLVM_ENABLE_RUNTIMES="openmp;offload"``, is needed when building LLVM (Generic
 information about building LLVM is available `here
 <https://llvm.org/docs/GettingStarted.html>`__.). Make sure all backends that
 are targeted by OpenMP are enabled. That can be done by adjusting the CMake 


        


More information about the Openmp-commits mailing list