Skip to content

Commit 96f554c

Browse files
committed
Remove cfg enzyme for ci
1 parent 43efce8 commit 96f554c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_monomorphize/src/collector.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,6 @@ fn visit_instance_use<'tcx>(
917917
return;
918918
}
919919
if let Some(intrinsic) = tcx.intrinsic(instance.def_id()) {
920-
#[cfg(llvm_enzyme)]
921920
collect_enzyme_autodiff_fn(tcx, instance, intrinsic, output);
922921

923922
if let Some(_requirement) = ValidityRequirement::from_intrinsic(intrinsic.name) {

0 commit comments

Comments
 (0)