xref: /freebsd/lib/clang/include/llvm/Config/llvm-config.h (revision 6bccea7c2bb77cbcbe9f019c664ddf4bf4ff8410)
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 /* Build multithreading support into LLVM */
22 /* #undef LLVM_MULTITHREADED */
23 
24 /* LLVM architecture name for the native architecture, if available */
25 #define LLVM_NATIVE_ARCH X86
26 
27 /* LLVM name for the native Target init function, if available */
28 #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
29 
30 /* LLVM name for the native TargetInfo init function, if available */
31 #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
32 
33 /* LLVM name for the native AsmPrinter init function, if available */
34 #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
35 
36 /* Define if this is Unixish platform */
37 #define LLVM_ON_UNIX 1
38 
39 /* Define if this is Win32ish platform */
40 /* #undef LLVM_ON_WIN32 */
41 
42 /* Define to path to circo program if found or 'echo circo' otherwise */
43 /* #undef LLVM_PATH_CIRCO */
44 
45 /* Define to path to dot program if found or 'echo dot' otherwise */
46 /* #undef LLVM_PATH_DOT */
47 
48 /* Define to path to dotty program if found or 'echo dotty' otherwise */
49 /* #undef LLVM_PATH_DOTTY */
50 
51 /* Define to path to fdp program if found or 'echo fdp' otherwise */
52 /* #undef LLVM_PATH_FDP */
53 
54 /* Define to path to Graphviz program if found or 'echo Graphviz' otherwise */
55 /* #undef LLVM_PATH_GRAPHVIZ */
56 
57 /* Define to path to gv program if found or 'echo gv' otherwise */
58 /* #undef LLVM_PATH_GV */
59 
60 /* Define to path to neato program if found or 'echo neato' otherwise */
61 /* #undef LLVM_PATH_NEATO */
62 
63 /* Define to path to twopi program if found or 'echo twopi' otherwise */
64 /* #undef LLVM_PATH_TWOPI */
65 
66 /* Installation prefix directory */
67 #define LLVM_PREFIX "/usr"
68 
69 #endif
70