about summary refs log tree commit diff
path: root/src/bootstrap/configure.py
diff options
context:
space:
mode:
authorManuel Drehwald <git@manuel.drehwald.info>2024-10-12 00:16:39 +0200
committerManuel Drehwald <git@manuel.drehwald.info>2024-10-25 14:31:09 -0700
commite2d3f5aaec941850479e16e89ebfb70824e65a45 (patch)
tree06ce0a2eed85440316f886381d068c0e311a664f /src/bootstrap/configure.py
parentb188577f14fd238ca8568276baabd461a174038d (diff)
downloadrust-e2d3f5aaec941850479e16e89ebfb70824e65a45.tar.gz
rust-e2d3f5aaec941850479e16e89ebfb70824e65a45.zip
Allow building rustc's LLVM with Offload support
Diffstat (limited to 'src/bootstrap/configure.py')
-rwxr-xr-xsrc/bootstrap/configure.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/configure.py b/src/bootstrap/configure.py
index 15137fbb2b5..2e173c9e6df 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -72,6 +72,7 @@ v("llvm-libunwind", "rust.llvm-libunwind", "use LLVM libunwind")
 o("optimize-llvm", "llvm.optimize", "build optimized LLVM")
 o("llvm-assertions", "llvm.assertions", "build LLVM with assertions")
 o("llvm-enzyme", "llvm.enzyme", "build LLVM with enzyme")
+o("llvm-offload", "llvm.offload", "build LLVM with gpu offload support")
 o("llvm-plugins", "llvm.plugins", "build LLVM with plugin interface")
 o("debug-assertions", "rust.debug-assertions", "build with debugging assertions")
 o("debug-assertions-std", "rust.debug-assertions-std", "build the standard library with debugging assertions")