1/* include/llvm/Config/llvm-config.h.  Generated from llvm-config.h.in by configure.  */
2/*===-- llvm/config/llvm-config.h - llvm configure variable -------*- C -*-===*/
3/*                                                                            */
4/*                     The LLVM Compiler Infrastructure                       */
5/*                                                                            */
6/* This file is distributed under the University of Illinois Open Source      */
7/* License. See LICENSE.TXT for details.                                      */
8/*                                                                            */
9/*===----------------------------------------------------------------------===*/
10
11/* This file enumerates all of the llvm variables from configure so that
12   they can be in exported headers and won't override package specific
13   directives.  This is a C file so we can include it in the llvm-c headers.  */
14
15/* To avoid multiple inclusions of these variables when we include the exported
16   headers and config.h, conditionally include these.  */
17/* TODO: This is a bit of a hack.  */
18#ifndef CONFIG_H
19
20/* Installation directory for binary executables */
21#define LLVM_BINDIR "/usr/bin"
22
23/* Time at which LLVM was configured */
24#define LLVM_CONFIGTIME "(timestamp not enabled)"
25
26/* Installation directory for data files */
27#define LLVM_DATADIR "/usr/share/llvm"
28
29/* Target triple LLVM will generate code for by default */
30#define LLVM_DEFAULT_TARGET_TRIPLE "i586-elf32-minix"
31
32/* Installation directory for documentation */
33#define LLVM_DOCSDIR "/usr/share/doc/llvm"
34
35/* Define if threads enabled */
36#define LLVM_ENABLE_THREADS 1
37
38/* Installation directory for config files */
39#define LLVM_ETCDIR "/usr/etc/llvm"
40
41/* Has gcc/MSVC atomic intrinsics */
42#define LLVM_HAS_ATOMICS 1
43
44/* Host triple LLVM will be executed on */
45#define LLVM_HOST_TRIPLE "i586-elf32-minix"
46
47/* Installation directory for include files */
48#define LLVM_INCLUDEDIR "/usr/include"
49
50/* Installation directory for .info files */
51#define LLVM_INFODIR "/usr/info"
52
53/* Installation directory for man pages */
54#define LLVM_MANDIR "/usr/man"
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 Disassembler init function, if available */
66#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
67
68/* LLVM name for the native Target init function, if available */
69#define LLVM_NATIVE_TARGET LLVMInitializeX86Target
70
71/* LLVM name for the native TargetInfo init function, if available */
72#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
73
74/* LLVM name for the native target MC init function, if available */
75#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
76
77/* Define if this is Unixish platform */
78#define LLVM_ON_UNIX 1
79
80/* Define if this is Win32ish platform */
81/* #undef LLVM_ON_WIN32 */
82
83/* Define to path to circo program if found or 'echo circo' otherwise */
84/* #undef LLVM_PATH_CIRCO */
85
86/* Define to path to dot program if found or 'echo dot' otherwise */
87/* #undef LLVM_PATH_DOT */
88
89/* Define to path to dotty program if found or 'echo dotty' otherwise */
90/* #undef LLVM_PATH_DOTTY */
91
92/* Define to path to fdp program if found or 'echo fdp' otherwise */
93/* #undef LLVM_PATH_FDP */
94
95/* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
96/* #undef LLVM_PATH_GRAPHVIZ */
97
98/* Define to path to gv program if found or 'echo gv' otherwise */
99/* #undef LLVM_PATH_GV */
100
101/* Define to path to neato program if found or 'echo neato' otherwise */
102/* #undef LLVM_PATH_NEATO */
103
104/* Define to path to twopi program if found or 'echo twopi' otherwise */
105/* #undef LLVM_PATH_TWOPI */
106
107/* Define to path to xdot.py program if found or 'echo xdot.py' otherwise */
108/* #undef LLVM_PATH_XDOT_PY */
109
110/* Installation prefix directory */
111#define LLVM_PREFIX "/usr"
112
113/* Define if we have the Intel JIT API runtime support library */
114#define LLVM_USE_INTEL_JITEVENTS 0
115
116/* Define if we have the oprofile JIT-support library */
117#define LLVM_USE_OPROFILE 0
118
119/* Major version of the LLVM API */
120#define LLVM_VERSION_MAJOR 3
121
122/* Minor version of the LLVM API */
123#define LLVM_VERSION_MINOR 4
124
125#endif
126