Merge pull request #1836 from carlokok/feature/object_file_section
Cranelift: Module data apis should allow specifying the object file section
This commit is contained in:
@@ -361,6 +361,7 @@ impl<'simple_jit_backend> Backend for SimpleJITBackend {
|
||||
ref data_decls,
|
||||
ref function_relocs,
|
||||
ref data_relocs,
|
||||
custom_segment_section: _,
|
||||
} = data.description();
|
||||
|
||||
let size = init.size();
|
||||
|
||||
Reference in New Issue
Block a user