mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-26 19:29:05 +00:00
comgr: Unnecessary (and incorrect) lines removed
This commit is contained in:
parent
96f66d3e27
commit
ee008ec9ea
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue