File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 208
208
/* Define to 1 if you have the <sys/types.h> header file . */
209
209
#cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
210
210
211
- /* Define to 1 if you have the <sysexits.h> header file . */
212
- #cmakedefine HAVE_SYSEXITS_H ${HAVE_SYSEXITS_H}
213
-
214
211
/* Define if the setupterm () function is supported this platform. */
215
212
#cmakedefine LLVM_ENABLE_TERMINFO ${LLVM_ENABLE_TERMINFO}
216
213
Original file line number Diff line number Diff line change 88
88
/* Define if LLVM was built with a dependency to the tensorflow compiler */
89
89
#cmakedefine LLVM_HAVE_TF_AOT
90
90
91
+ /* Define to 1 if you have the <sysexits.h> header file. */
92
+ #cmakedefine HAVE_SYSEXITS_H ${HAVE_SYSEXITS_H}
93
+
91
94
#endif
Original file line number Diff line number Diff line change 16
16
#ifndef LLVM_SUPPORT_EXITCODES_H
17
17
#define LLVM_SUPPORT_EXITCODES_H
18
18
19
- #include " llvm/Config/config.h"
19
+ #include " llvm/Config/llvm- config.h"
20
20
21
21
#if HAVE_SYSEXITS_H
22
22
#include < sysexits.h>
You can’t perform that action at this time.
0 commit comments