Change how we build offload as a single Step

This commit is contained in:
Manuel Drehwald 2025-12-22 11:20:15 -08:00
parent e8a6312474
commit f3b16d833f
8 changed files with 215 additions and 14 deletions

View file

@ -106,6 +106,9 @@
# Whether to build LLVM with support for it's gpu offload runtime.
#llvm.offload = false
# Absolute path to the directory containing ClangConfig.cmake
#llvm.offload-clang-dir = ""
# When true, link libstdc++ statically into the rustc_llvm.
# This is useful if you don't want to use the dynamic version of that
# library provided by LLVM.