Skip to content

Commit 6e12fcb

Browse files
committed
fix non-autodiff build
1 parent 9391586 commit 6e12fcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs

+3
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,7 @@ pub mod Fallback_AD {
125125
pub fn set_loose_types(loose: bool) {
126126
unimplemented!()
127127
}
128+
pub fn set_rust_rules(val: bool) {
129+
unimplemented!()
130+
}
128131
}

0 commit comments

Comments
 (0)