Function linuxTriple [src]
Prototype
 pub fn linuxTriple(target: *const Target, allocator: Allocator) ![]u8  Parameters
target: *const Targetallocator: Allocator Source
 pub fn linuxTriple(target: *const Target, allocator: Allocator) ![]u8 {
    return linuxTripleSimple(allocator, target.cpu.arch, target.os.tag, target.abi);
}