[libc-commits] [PATCH] D138856: [libc][docs] Add documentation for the new GPU mode

Thorsten via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Nov 28 13:22:39 PST 2022


tschuett added inline comments.


================
Comment at: libc/docs/gpu_mode.rst:50
+Since we want to include ``clang``, ``lld`` and ``compiler-rt`` in our toolchain 
+toolchain, we list them in ``LLVM_ENABLE_PROJECTS``. To ensure ``libc`` is built 
+using a compatible compiler and to support ``openmp`` offloading, we list them 
----------------
double toolchain


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138856/new/

https://reviews.llvm.org/D138856



More information about the libc-commits mailing list