summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCedric Venet <cedric.venet@laposte.net>2009-02-14 16:13:26 +0000
committerCedric Venet <cedric.venet@laposte.net>2009-02-14 16:13:26 +0000
commit07b9d69ad1d491635dddab2ed59940c6efb72f22 (patch)
tree732183566e868b9bc9cb6ab1dadd2365345882c7 /include
parentaff9c270de8de7d1a0bc138d391bc67136bad58e (diff)
downloadllvm-07b9d69ad1d491635dddab2ed59940c6efb72f22.tar.gz
llvm-07b9d69ad1d491635dddab2ed59940c6efb72f22.tar.bz2
llvm-07b9d69ad1d491635dddab2ed59940c6efb72f22.tar.xz
Add mode_t to the config.h generated by cmake on win32. Used by clang.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64555 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 12846fe864..82f882824a 100644
--- a/include/llvm/Config/config.h.cmake
+++ b/include/llvm/Config/config.h.cmake
@@ -551,6 +551,9 @@
/* Define to a type to use for `error_t' if it is not otherwise available. */
#cmakedefine error_t ${error_t}
+/* Define to a type to use for `mode_t' if it is not otherwise available. */
+#cmakedefine mode_t ${mode_t}
+
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t