diff --git a/libc/docs/gpu/building.rst b/libc/docs/gpu/building.rst index 94d3f1f644e5c..9f9528b30d9bf 100644 --- a/libc/docs/gpu/building.rst +++ b/libc/docs/gpu/building.rst @@ -43,7 +43,7 @@ arguments automatically. $> cd build $> cmake ../llvm -G Ninja \ -DLLVM_ENABLE_PROJECTS="clang;lld" \ - -DLLVM_ENABLE_RUNTIMES="openmp" \ + -DLLVM_ENABLE_RUNTIMES="openmp;offload" \ -DCMAKE_BUILD_TYPE= \ # Select build type -DCMAKE_INSTALL_PREFIX= \ # Where the libraries will live -DRUNTIMES_nvptx64-nvidia-cuda_LLVM_ENABLE_RUNTIMES=libc \