Skip to content

Commit

Permalink
module_id file is not optional anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Jan 29, 2025
1 parent a3e9faa commit 6d141bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/cicc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ where
"--module_id_file_name",
ArtifactDescriptor {
path: module_id_path,
optional: true,
optional: false,
},
);
} else {
Expand Down

0 comments on commit 6d141bb

Please sign in to comment.