about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
diff options
context:
space:
mode:
authorKaran Janthe <karanjanthe@gmail.com>2025-09-12 06:11:18 +0000
committerKaran Janthe <karanjanthe@gmail.com>2025-09-19 05:42:27 +0000
commit3ba5f19182bf7144c54cbbd0b7af3d4fe76b5317 (patch)
tree68eff90e616c4a68d470c5d38668b14d5bd2095d /compiler/rustc_codegen_llvm/src/llvm
parent4520926bb527bd43edbf0de84c2b0c6a9c5fc5ce (diff)
downloadrust-3ba5f19182bf7144c54cbbd0b7af3d4fe76b5317.tar.gz
rust-3ba5f19182bf7144c54cbbd0b7af3d4fe76b5317.zip
autodiff: typetree recursive depth query from enzyme with fallback
Signed-off-by: Karan Janthe <karanjanthe@gmail.com>
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs
index b604f5139c8..e63043b2122 100644
--- a/compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs
@@ -127,7 +127,6 @@ pub(crate) mod Enzyme_AD {
         );
         pub(crate) fn EnzymeTypeTreeToString(arg1: CTypeTreeRef) -> *const c_char;
         pub(crate) fn EnzymeTypeTreeToStringFree(arg1: *const c_char);
-        pub(crate) fn EnzymeGetMaxTypeDepth() -> ::std::os::raw::c_uint;
     }
 
     unsafe extern "C" {