Rename define_function to define_function_with_control_plane (#6165)
And add a define_function convenience function which uses a default control plane.
This commit is contained in:
@@ -316,7 +316,7 @@ impl Module for ObjectModule {
|
||||
Ok(id)
|
||||
}
|
||||
|
||||
fn define_function(
|
||||
fn define_function_with_control_plane(
|
||||
&mut self,
|
||||
func_id: FuncId,
|
||||
ctx: &mut cranelift_codegen::Context,
|
||||
|
||||
Reference in New Issue
Block a user