comgr: Unnecessary (and incorrect) lines removed

This commit is contained in:
Joëlle van Essen 2025-08-27 15:16:57 +02:00
commit ee008ec9ea
No known key found for this signature in database
GPG key ID: 28D3B5CDD4B43882

View file

@ -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,