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,