We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a685c6b commit 2cee8c0Copy full SHA for 2cee8c0
src/bootstrap/src/core/build_steps/llvm.rs
@@ -922,7 +922,7 @@ impl Step for Enzyme {
922
});
923
924
let out_dir = builder.enzyme_out(target);
925
- let stamp = BuildStamp::new(&out_dir).with_prefix("enzyme").with_prefix(smart_stamp_hash);
+ let stamp = BuildStamp::new(&out_dir).with_prefix("enzyme").with_stamp(smart_stamp_hash);
926
927
if stamp.is_up_to_date() {
928
if stamp.stamp.is_empty() {
0 commit comments