All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.qbicc.machine.llvm.Triple Maven / Gradle / Ivy

package org.qbicc.machine.llvm;

/**
 *
 */
public interface Triple {
    Triple arch(String arch);

    Triple vendor(String vendor);

    Triple os(String os);

    Triple env(String env);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy