Skip to main content

archive_bitcode_files

Function archive_bitcode_files 

Source
pub fn archive_bitcode_files<P>(
    bitcode_filepaths: &[P],
    output_filepath: P,
) -> Result<Option<i32>, Error>
where P: AsRef<Path>,
Expand description

Archive given bitcode files into one archive file

TODO: do we need to avoid absolute paths in the generated archive?