Skip to content

Commit 2cee8c0

Browse files
committed
fix an invalid prefix usage on enzyme
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent a685c6b commit 2cee8c0

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/llvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ impl Step for Enzyme {
922922
});
923923

924924
let out_dir = builder.enzyme_out(target);
925-
let stamp = BuildStamp::new(&out_dir).with_prefix("enzyme").with_prefix(smart_stamp_hash);
925+
let stamp = BuildStamp::new(&out_dir).with_prefix("enzyme").with_stamp(smart_stamp_hash);
926926

927927
if stamp.is_up_to_date() {
928928
if stamp.stamp.is_empty() {

0 commit comments

Comments
 (0)