Function llvm_build_utils::build_archive_kind [] [src]

pub fn build_archive_kind<'a, P: 'a, I>(
    format: ArchiveKind,
    archive: P,
    iter: I
) -> Result<Printout, String> where
    P: AsRef<Path>,
    I: IntoIterator<Item = &'a (P, BuildOptions)>, 

Produce a static library (archive) in specific format

The input files must be well formed LLVM-IR files or LLVM bytecode. Format of the input file is autodetected.