Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit bcd906b

Browse files
committed
finalize_definitions isnt needed today because of an intervening cranelift change
the cranelift change will likely be reverted, and this will again become necessary. see bytecodealliance/cranelift#1353
1 parent 35b03bf commit bcd906b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lucetc/src/compiler.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ impl<'a> Compiler<'a> {
197197
})
198198
.collect();
199199

200-
self.clif_module.finalize_definitions();
201-
202200
let obj = ObjectFile::new(
203201
self.clif_module.finish(),
204202
module_data_len,

0 commit comments

Comments
 (0)