From 6d141bb43c5fdc38b560279c82d49b05f4fc0100 Mon Sep 17 00:00:00 2001 From: ptaylor Date: Tue, 28 Jan 2025 18:35:42 -0800 Subject: [PATCH] module_id file is not optional anymore --- src/compiler/cicc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/cicc.rs b/src/compiler/cicc.rs index 41ba1e8ef..d36cf1649 100644 --- a/src/compiler/cicc.rs +++ b/src/compiler/cicc.rs @@ -205,7 +205,7 @@ where "--module_id_file_name", ArtifactDescriptor { path: module_id_path, - optional: true, + optional: false, }, ); } else {