mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 18:49:06 +00:00
Sort LINK_POLLY_INTO_TOOLS.
llvm-svn: 282929
This commit is contained in:
parent
b5dfdcff7b
commit
21eac1d550
@ -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}"
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user