aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-08-24 02:14:39 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-08-24 02:14:39 +0000
commit87cbef0df0f7bb86a0e8181aa72c4d322bb0707b (patch)
tree9130e3651e64bac616e7e7e63da5f449fa21a5d7 /cmake
parent7e824a394b106bd001d6aff505eb7d9f84d7190b (diff)
downloadexternal_llvm-87cbef0df0f7bb86a0e8181aa72c4d322bb0707b.zip
external_llvm-87cbef0df0f7bb86a0e8181aa72c4d322bb0707b.tar.gz
external_llvm-87cbef0df0f7bb86a0e8181aa72c4d322bb0707b.tar.bz2
Remove alloca config.h support.
- I did not actually remove the configure test itself, someone who can regenerate configure should do this (see FIXME in autoconf/configure.ac) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rwxr-xr-xcmake/config-ix.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index c52b70b..abb4afc 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -1,7 +1,6 @@
# include checks
include(CheckIncludeFile)
-check_include_file(alloca.h HAVE_ALLOCA_H)
check_include_file(argz.h HAVE_ARGZ_H)
check_include_file(assert.h HAVE_ASSERT_H)
check_include_file(dirent.h HAVE_DIRENT_H)
@@ -51,7 +50,6 @@ check_library_exists(dl dlopen "" HAVE_LIBDL)
# function checks
include(CheckSymbolExists)
include(CheckFunctionExists)
-check_symbol_exists(alloca alloca.h HAVE_ALLOCA)
check_symbol_exists(getpagesize unistd.h HAVE_GETPAGESIZE)
check_symbol_exists(getrusage sys/resource.h HAVE_GETRUSAGE)
check_symbol_exists(setrlimit sys/resource.h HAVE_SETRLIMIT)