summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDylan Noblesmith <nobled@dreamwidth.org>2011-06-23 12:21:33 +0000
committerDylan Noblesmith <nobled@dreamwidth.org>2011-06-23 12:21:33 +0000
commit3fa9a42fdd5b692c4fb07f18c1c1a52f9c370620 (patch)
treebab953e4fed8cb47096faddb1027f271a3f540c0 /cmake
parent4dd26ddf8e8bd1d19c246734ce0df4d63a604d51 (diff)
downloadllvm-3fa9a42fdd5b692c4fb07f18c1c1a52f9c370620.tar.gz
llvm-3fa9a42fdd5b692c4fb07f18c1c1a52f9c370620.tar.bz2
llvm-3fa9a42fdd5b692c4fb07f18c1c1a52f9c370620.tar.xz
remove CMake mode_t define
It's now replaced with a simple ifdef _MSC_VER in the one place it's needed (clang's FileManager.h header). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133711 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/config-ix.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index c1b22d4eef..1a2cba528f 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -349,7 +349,6 @@ endif( MINGW )
if( MSVC )
set(error_t int)
- set(mode_t "unsigned short")
set(LTDL_SHLIBPATH_VAR "PATH")
set(LTDL_SYSSEARCHPATH "")
set(LTDL_DLOPEN_DEPLIBS 1)