Function tvix_eval::systems::llvm_triple_to_nix_double

source ·
pub fn llvm_triple_to_nix_double(llvm_triple: &str) -> String
Expand description

This function takes an llvm triple (which may have three or four components, separated by dashes) and returns the “best” approximation as a nix double, where “best” is currently defined as “however cppnix handles it”.