[Openmp-commits] [openmp] [OpenMP] Update out of date documentation (PR #142411)

Jan Patrick Lehr via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 2 11:32:56 PDT 2025


================
@@ -13,6 +13,24 @@
    LLVM/OpenMP Documentation <self>
 
 
+Building LLVM/OpenMP Offloading
+===============================
+
+Building LLVM/OpenMP with offloading support is fully documented in the
+:doc:`Support and FAQ <SupportAndFAQ>` page. For a quick start, we recommend
+the following template.
+
+.. code-block:: sh
+
+  $> cd llvm-project  # The llvm-project checkout
+  $> mkdir build
+  $> cd build
+  $> cmake ../llvm -G Ninja                                                 \
+     -C ../offload/cmake/caches/Offload.cmake \ # The preset cache file
----------------
jplehr wrote:

Is this the heavyweight cache file that turns on all the components?

https://github.com/llvm/llvm-project/pull/142411


More information about the Openmp-commits mailing list