pub fn archive_bitcode_files<P>(
bitcode_filepaths: &[P],
output_filepath: P,
) -> Result<Option<i32>, Error>Expand description
Archive given bitcode files into one archive file
TODO: do we need to avoid absolute paths in the generated archive?