Regenerate llvm's config.h file.
This commit is contained in:
parent
d7242252fe
commit
71c36f7332
@ -65,9 +65,6 @@
|
||||
/* Define to 1 if you have the <errno.h> header file. */
|
||||
#define HAVE_ERRNO_H 1
|
||||
|
||||
/* Define to 1 if you have the <execinfo.h> header file. */
|
||||
/* #undef HAVE_EXECINFO_H */
|
||||
|
||||
/* Define to 1 if you have the <fcntl.h> header file. */
|
||||
#define HAVE_FCNTL_H 1
|
||||
|
||||
@ -397,6 +394,9 @@
|
||||
/* LLVM version information */
|
||||
/* #undef LLVM_VERSION_INFO */
|
||||
|
||||
/* Whether tools show host and target info when invoked with --version */
|
||||
#define LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO 1
|
||||
|
||||
/* Major version of the LLVM API */
|
||||
#define LLVM_VERSION_MAJOR 5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user