Sort LINK_POLLY_INTO_TOOLS.

llvm-svn: 282929
This commit is contained in:
Joerg Sonnenberger 2016-09-30 20:21:35 +00:00
parent b5dfdcff7b
commit 21eac1d550
2 changed files with 6 additions and 6 deletions

View File

@ -348,6 +348,9 @@
/* Linker version detected at compile time. */
#undef HOST_LINK_VERSION
/* Define if we link Polly to the tools */
#cmakedefine LINK_POLLY_INTO_TOOLS
/* Installation directory for binary executables */
#cmakedefine LLVM_BINDIR "${LLVM_BINDIR}"
@ -440,9 +443,6 @@
/* LLVM version information */
#cmakedefine LLVM_VERSION_INFO "${LLVM_VERSION_INFO}"
/* Define if we link Polly to the tools */
#cmakedefine LINK_POLLY_INTO_TOOLS
/* Define to the extension used for shared libraries, say, ".so". */
#cmakedefine LTDL_SHLIB_EXT "${LTDL_SHLIB_EXT}"

View File

@ -14,6 +14,9 @@
#ifndef LLVM_CONFIG_H
#define LLVM_CONFIG_H
/* Define if we link Polly to the tools */
#cmakedefine LINK_POLLY_INTO_TOOLS
/* Installation directory for binary executables */
#cmakedefine LLVM_BINDIR "${LLVM_BINDIR}"
@ -98,7 +101,4 @@
/* LLVM version string */
#define LLVM_VERSION_STRING "${PACKAGE_VERSION}"
/* Define if we link Polly to the tools */
#cmakedefine LINK_POLLY_INTO_TOOLS
#endif