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

org.robovm.llvm.binding.LLVMConstants Maven / Gradle / Ivy

There is a newer version: 1.12.0
Show newest version
/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 2.0.4
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package org.robovm.llvm.binding;

public interface LLVMConstants {
  public final static String _DEFAULT_TARGET_TRIPLE = "x86_64-apple-darwin13.4.0";
  public final static int _ENABLE_THREADS = 1;
  public final static int _HAS_ATOMICS = 1;
  public final static String _HOST_TRIPLE = "x86_64-apple-darwin13.4.0";
  public final static int _ON_UNIX = 1;
  public final static String _PREFIX = "/Users/niklas/Projects/robovm/llvm/target.llvm/build/macosx-x86_64/llvm";
  public final static int _VERSION_MAJOR = 3;
  public final static int _VERSION_MINOR = 6;
  public final static String _VERSION_STRING = "3.6.0svn";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy