aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Config
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-11-12 06:48:09 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-11-12 06:48:09 +0000
commita8d851e5c0812d5b3c93b8180b2e85e50411d6b5 (patch)
tree5f90b6cd025d8397582ffab6d75ac7d20219d6a6 /include/llvm/Config
parent354924df7e9bffc35f8eccff8152c678f17a9885 (diff)
downloadexternal_llvm-a8d851e5c0812d5b3c93b8180b2e85e50411d6b5.zip
external_llvm-a8d851e5c0812d5b3c93b8180b2e85e50411d6b5.tar.gz
external_llvm-a8d851e5c0812d5b3c93b8180b2e85e50411d6b5.tar.bz2
CMake: Hopefully unbreak the build by mimicking the changes on the
other build system about the new C_INCLUDE_DIRS configure option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86960 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 2bec93f..b5aed98 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -9,6 +9,9 @@
/* Define if CBE is enabled for printf %a output */
#undef ENABLE_CBE_PRINTF_A
+/* Directories clang will search for headers */
+#define C_INCLUDE_DIRS "${C_INCLUDE_DIRS}"
+
/* Define if position independent code is enabled */
#cmakedefine ENABLE_PIC ${ENABLE_PIC}