aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2009-08-12 08:37:37 +0000
committerGabor Greif <ggreif@gmail.com>2009-08-12 08:37:37 +0000
commit9befba80be6dcf0eeb7c9808ec05b37519169ff3 (patch)
treec33374eaae5a776d9aec5bde3ed256b4d05bb48d /include/llvm/Config
parenta7ac47cee1a0b3f4c798ecaa22ecf9d1be9c07e6 (diff)
downloadexternal_llvm-9befba80be6dcf0eeb7c9808ec05b37519169ff3.zip
external_llvm-9befba80be6dcf0eeb7c9808ec05b37519169ff3.tar.gz
external_llvm-9befba80be6dcf0eeb7c9808ec05b37519169ff3.tar.bz2
here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78803 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Config')
-rw-r--r--include/llvm/Config/config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.cmake b/include/llvm/Config/config.h.cmake
index 3a0a67f..7fe7fa3 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -440,6 +440,9 @@
/* Define to 1 if you have the <windows.h> header file. */
#cmakedefine HAVE_WINDOWS_H ${HAVE_WINDOWS_H}
+/* Define to 1 for ilist sentinel compaction */
+#cmakedefine LLVM_COMPACT_SENTINELS ${LLVM_COMPACT_SENTINELS}
+
/* Installation directory for binary executables */
#undef LLVM_BINDIR