Enum llvm_build_utils::ArchiveKind [] [src]

#[repr(C)]
pub enum ArchiveKind { Gnu, Mips64, Bsd, Coff, }

The format of generated archive file

Variants

GNU archive format, default in majority of cases

MIPS64 archive format

BSD archive format, default on OS X and iOS systems

COFF archive format

Trait Implementations

impl Copy for ArchiveKind
[src]

impl Clone for ArchiveKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ArchiveKind
[src]

Gets the default ArchiveKind depending on TARGET variable

If the TARGET envronment variable is not set or the target spec cannot be parsed for some reason, this function will panic.