summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-04 00:51:26 +0000
committerEric Christopher <echristo@gmail.com>2013-07-04 00:51:26 +0000
commit2333a31df5eb20db07818252774c3d943d1497d1 (patch)
treed10880574ee192b55521a558b84b33c9d86fe2f0 /cmake/config-ix.cmake
parentd1280c194b388663044f002a34aa9cc00c4feb97 (diff)
downloadllvm-2333a31df5eb20db07818252774c3d943d1497d1.tar.gz
llvm-2333a31df5eb20db07818252774c3d943d1497d1.tar.bz2
llvm-2333a31df5eb20db07818252774c3d943d1497d1.tar.xz
Temporarily revert 185601 as it caused cmake build regressions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/config-ix.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 14762f87fa..d0d8531bff 100755
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -136,8 +136,6 @@ check_symbol_exists(log10 math.h HAVE_LOG10)
check_symbol_exists(exp math.h HAVE_EXP)
check_symbol_exists(exp2 math.h HAVE_EXP2)
check_symbol_exists(exp10 math.h HAVE_EXP10)
-check_symbol_exists(futimens sys/stat.h HAVE_FUTIMENS)
-check_symbol_exists(futimes sys/time.h HAVE_FUTIMES)
if( HAVE_SETJMP_H )
check_symbol_exists(longjmp setjmp.h HAVE_LONGJMP)
check_symbol_exists(setjmp setjmp.h HAVE_SETJMP)