Update other codegens to use tcx managed vtable allocations.
This commit is contained in:
parent
654e3345e5
commit
d3ff497bec
12 changed files with 144 additions and 250 deletions
|
@ -98,7 +98,7 @@ mod prelude {
|
|||
pub(crate) use cranelift_codegen::isa::{self, CallConv};
|
||||
pub(crate) use cranelift_codegen::Context;
|
||||
pub(crate) use cranelift_frontend::{FunctionBuilder, FunctionBuilderContext, Variable};
|
||||
pub(crate) use cranelift_module::{self, DataContext, DataId, FuncId, Linkage, Module};
|
||||
pub(crate) use cranelift_module::{self, DataContext, FuncId, Linkage, Module};
|
||||
|
||||
pub(crate) use crate::abi::*;
|
||||
pub(crate) use crate::base::{codegen_operand, codegen_place};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue