~mmach/netext73/isl

« back to all changes in this revision

Viewing changes to isl_config.h.in

  • Committer: mmach
  • Date: 2020-11-29 19:49:17 UTC
  • Revision ID: netbit73@gmail.com-20201129194917-qo0ok1xcw924ou1l
0.23

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* isl_config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* Define if HeaderSearchOptions::AddPath takes 4 arguments */
4
 
#undef ADDPATH_TAKES_4_ARGUMENTS
5
 
 
6
 
/* Clang installation prefix */
7
 
#undef CLANG_PREFIX
8
 
 
9
 
/* Define if CompilerInstance::createDiagnostics takes argc and argv */
10
 
#undef CREATEDIAGNOSTICS_TAKES_ARG
11
 
 
12
 
/* Define if CompilerInstance::createPreprocessor takes TranslationUnitKind */
13
 
#undef CREATEPREPROCESSOR_TAKES_TUKIND
14
 
 
15
 
/* Define if TargetInfo::CreateTargetInfo takes pointer */
16
 
#undef CREATETARGETINFO_TAKES_POINTER
17
 
 
18
 
/* Define if TargetInfo::CreateTargetInfo takes shared_ptr */
19
 
#undef CREATETARGETINFO_TAKES_SHARED_PTR
20
 
 
21
 
/* Define if CompilerInvocation::CreateFromArgs takes ArrayRef */
22
 
#undef CREATE_FROM_ARGS_TAKES_ARRAYREF
23
 
 
24
 
/* Define if Driver constructor takes default image name */
25
 
#undef DRIVER_CTOR_TAKES_DEFAULTIMAGENAME
26
 
 
27
 
/* Define to Diagnostic for older versions of clang */
28
 
#undef DiagnosticsEngine
29
 
 
30
3
/* most gcc compilers know a function __attribute__((__warn_unused_result__))
31
4
   */
32
5
#undef GCC_WARN_UNUSED_RESULT
33
6
 
34
 
/* Define if llvm/ADT/OwningPtr.h exists */
35
 
#undef HAVE_ADT_OWNINGPTR_H
36
 
 
37
 
/* Define if clang/Basic/DiagnosticOptions.h exists */
38
 
#undef HAVE_BASIC_DIAGNOSTICOPTIONS_H
39
 
 
40
7
/* define if the compiler supports basic C++11 syntax */
41
8
#undef HAVE_CXX11
42
9
 
43
 
/* Define if Driver constructor takes CXXIsProduction argument */
44
 
#undef HAVE_CXXISPRODUCTION
45
 
 
46
10
/* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
47
11
#undef HAVE_DECL_FFS
48
12
 
88
52
/* Define to 1 if you have the <inttypes.h> header file. */
89
53
#undef HAVE_INTTYPES_H
90
54
 
91
 
/* Define if Driver constructor takes IsProduction argument */
92
 
#undef HAVE_ISPRODUCTION
93
 
 
94
 
/* Define if clang/Lex/PreprocessorOptions.h exists */
95
 
#undef HAVE_LEX_PREPROCESSOROPTIONS_H
96
 
 
97
55
/* Define to 1 if you have the `gmp' library (-lgmp). */
98
56
#undef HAVE_LIBGMP
99
57
 
100
 
/* Define if llvm/Option/Arg.h exists */
101
 
#undef HAVE_LLVM_OPTION_ARG_H
102
 
 
103
58
/* Define to 1 if you have the <memory.h> header file. */
104
59
#undef HAVE_MEMORY_H
105
60
 
106
 
/* Define if SourceManager has a setMainFileID method */
107
 
#undef HAVE_SETMAINFILEID
108
 
 
109
61
/* Define to 1 if you have the <stdint.h> header file. */
110
62
#undef HAVE_STDINT_H
111
63
 
130
82
/* define if your compiler has __attribute__ */
131
83
#undef HAVE___ATTRIBUTE__
132
84
 
133
 
/* Return type of HandleTopLevelDeclReturn */
134
 
#undef HandleTopLevelDeclContinue
135
 
 
136
 
/* Return type of HandleTopLevelDeclReturn */
137
 
#undef HandleTopLevelDeclReturn
138
 
 
139
 
/* Define to Language::C or InputKind::C for newer versions of clang */
140
 
#undef IK_C
141
 
 
142
85
/* Define to the sub-directory where libtool stores uninstalled libraries. */
143
86
#undef LT_OBJDIR
144
87
 
163
106
/* Define to the version of this package. */
164
107
#undef PACKAGE_VERSION
165
108
 
166
 
/* Defined if CompilerInstance::setInvocation takes a shared_ptr */
167
 
#undef SETINVOCATION_TAKES_SHARED_PTR
168
 
 
169
 
/* Define if CompilerInvocation::setLangDefaults takes 5 arguments */
170
 
#undef SETLANGDEFAULTS_TAKES_5_ARGUMENTS
171
 
 
172
109
/* The size of `char', as computed by sizeof. */
173
110
#undef SIZEOF_CHAR
174
111
 
187
124
/* Define to 1 if you have the ANSI C header files. */
188
125
#undef STDC_HEADERS
189
126
 
190
 
/* Define if Driver::BuildCompilation takes ArrayRef */
191
 
#undef USE_ARRAYREF
192
 
 
193
127
/* use gmp to implement isl_int */
194
128
#undef USE_GMP_FOR_MP
195
129
 
202
136
/* Version number of package */
203
137
#undef VERSION
204
138
 
205
 
/* Define to getParamType for newer versions of clang */
206
 
#undef getArgType
207
 
 
208
 
/* Define to getHostTriple for older versions of clang */
209
 
#undef getDefaultTargetTriple
210
 
 
211
 
/* Define to getInstantiationLineNumber for older versions of clang */
212
 
#undef getExpansionLineNumber
213
 
 
214
 
/* Define to getImmediateInstantiationRange for older versions of clang */
215
 
#undef getImmediateExpansionRange
216
 
 
217
 
/* Define to getNumParams for newer versions of clang */
218
 
#undef getNumArgs
219
 
 
220
 
/* Define to getResultType for older versions of clang */
221
 
#undef getReturnType
222
 
 
223
 
/* Define to InitializeBuiltins for older versions of clang */
224
 
#undef initializeBuiltins
225
 
 
226
139
#include <isl_config_post.h>