From ee008ec9ea7d82ea6dd85d9018ead5abd5a9079c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABlle=20van=20Essen?= Date: Wed, 27 Aug 2025 15:16:57 +0200 Subject: [PATCH] comgr: Unnecessary (and incorrect) lines removed --- comgr/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/comgr/src/lib.rs b/comgr/src/lib.rs index cb95d94..d3a5f23 100644 --- a/comgr/src/lib.rs +++ b/comgr/src/lib.rs @@ -299,8 +299,6 @@ pub fn compile_bitcode( // LinkRelocatableToExecutable let action_info = ActionInfo::new(comgr)?; action_info.set_isa_name(gcn_arch)?; - action_info.set_language(Language::LlvmIr)?; - action_info.set_options(options.clone())?; let dataset = comgr.do_action( ActionKind::LinkRelocatableToExecutable, &action_info,