1 /* $FreeBSD$ */ 2 /* include/llvm/Config/llvm-config.h. Generated from llvm-config.h.in by configure. */ 3 /*===-- llvm/config/llvm-config.h - llvm configure variable -------*- C -*-===*/ 4 /* */ 5 /* The LLVM Compiler Infrastructure */ 6 /* */ 7 /* This file is distributed under the University of Illinois Open Source */ 8 /* License. See LICENSE.TXT for details. */ 9 /* */ 10 /*===----------------------------------------------------------------------===*/ 11 12 /* This file enumerates all of the llvm variables from configure so that 13 they can be in exported headers and won't override package specific 14 directives. This is a C file so we can include it in the llvm-c headers. */ 15 16 /* To avoid multiple inclusions of these variables when we include the exported 17 headers and config.h, conditionally include these. */ 18 /* TODO: This is a bit of a hack. */ 19 #ifndef CONFIG_H 20 21 /* Installation directory for binary executables */ 22 /* #undef LLVM_BINDIR */ 23 24 /* Time at which LLVM was configured */ 25 /* #undef LLVM_CONFIGTIME */ 26 27 /* Installation directory for data files */ 28 /* #undef LLVM_DATADIR */ 29 30 /* Installation directory for documentation */ 31 /* #undef LLVM_DOCSDIR */ 32 33 /* Installation directory for config files */ 34 /* #undef LLVM_ETCDIR */ 35 36 /* Has gcc/MSVC atomic intrinsics */ 37 #ifndef __tune_i386__ 38 #define LLVM_HAS_ATOMICS 1 39 #endif 40 41 /* Host triple we were built on */ 42 /* #undef LLVM_HOSTTRIPLE */ 43 44 /* Installation directory for include files */ 45 /* #undef LLVM_INCLUDEDIR */ 46 47 /* Installation directory for .info files */ 48 /* #undef LLVM_INFODIR */ 49 50 /* Installation directory for libraries */ 51 /* #undef LLVM_LIBDIR */ 52 53 /* Installation directory for man pages */ 54 /* #undef LLVM_MANDIR */ 55 56 /* LLVM architecture name for the native architecture, if available */ 57 #define LLVM_NATIVE_ARCH X86 58 59 /* LLVM name for the native AsmParser init function, if available */ 60 #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser 61 62 /* LLVM name for the native AsmPrinter init function, if available */ 63 #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter 64 65 /* LLVM name for the native Target init function, if available */ 66 #define LLVM_NATIVE_TARGET LLVMInitializeX86Target 67 68 /* LLVM name for the native TargetInfo init function, if available */ 69 #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo 70 71 /* LLVM name for the native target MC init function, if available */ 72 #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC 73 74 /* Define if this is Unixish platform */ 75 #define LLVM_ON_UNIX 1 76 77 /* Define if this is Win32ish platform */ 78 /* #undef LLVM_ON_WIN32 */ 79 80 /* Define to path to circo program if found or 'echo circo' otherwise */ 81 /* #undef LLVM_PATH_CIRCO */ 82 83 /* Define to path to dot program if found or 'echo dot' otherwise */ 84 /* #undef LLVM_PATH_DOT */ 85 86 /* Define to path to dotty program if found or 'echo dotty' otherwise */ 87 /* #undef LLVM_PATH_DOTTY */ 88 89 /* Define to path to fdp program if found or 'echo fdp' otherwise */ 90 /* #undef LLVM_PATH_FDP */ 91 92 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */ 93 /* #undef LLVM_PATH_GRAPHVIZ */ 94 95 /* Define to path to gv program if found or 'echo gv' otherwise */ 96 /* #undef LLVM_PATH_GV */ 97 98 /* Define to path to neato program if found or 'echo neato' otherwise */ 99 /* #undef LLVM_PATH_NEATO */ 100 101 /* Define to path to twopi program if found or 'echo twopi' otherwise */ 102 /* #undef LLVM_PATH_TWOPI */ 103 104 /* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */ 105 /* #undef LLVM_PATH_XDOT_PY */ 106 107 /* Installation prefix directory */ 108 /* #undef LLVM_PREFIX */ 109 110 #endif 111