Function lookup
pub fn lookup(
triple: Triple,
) -> Result<IsaBuilder<Result<Arc<dyn TargetIsa>, CodegenError>>, LookupError>
Expand description
Look for an ISA for the given triple
.
Return a builder that can create a corresponding TargetIsa
.