[Openmp-commits] [openmp] [OpenMP] Update out of date documentation (PR #142411)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jun 2 12:02:35 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
----------------
jhuber6 wrote:
If someone wants it leaner they can do it manually, we want the most functionality. This was already in the documentation though so it's not really a change here.
https://github.com/llvm/llvm-project/pull/142411
More information about the Openmp-commits
mailing list