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:
Pat Hickey
2020-06-17 10:49:09 -07:00
committed by GitHub
4 changed files with 52 additions and 13 deletions

View File

@@ -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();