Function compile_output_objects
pub(crate) fn compile_output_objects<T>(
outputs: Vec<CompileOutput<T>>,
) -> Vec<Vec<u8>>Expand description
Extract the object buffers from ELF-mode compile outputs.
pub(crate) fn compile_output_objects<T>(
outputs: Vec<CompileOutput<T>>,
) -> Vec<Vec<u8>>Extract the object buffers from ELF-mode compile outputs.