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-09-04 15:25:43 -0400
committerManuel Drehwald <git@manuel.drehwald.info>2024-09-05 22:47:23 -0400
commit4f5c16d62f250024a111aaf827927c32bc88e4da (patch)
tree85506f2cf7f48388517dc8f94ede820f27105470 /src/bootstrap/configure.py
parent9c01301c52df5d2d7b6fe337707a74e011d68d6f (diff)
downloadrust-4f5c16d62f250024a111aaf827927c32bc88e4da.tar.gz
rust-4f5c16d62f250024a111aaf827927c32bc88e4da.zip
Enzyme backend
Co-authored-by: Lorenz Schmidt <bytesnake@mailbox.org>
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 768aac912ce..49d564642bd 100755
--- a/src/bootstrap/configure.py
+++ b/src/bootstrap/configure.py
@@ -71,6 +71,7 @@ v("llvm-libunwind", "rust.llvm-libunwind", "use LLVM libunwind")
 # channel, etc.
 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-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")