summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-04-02 17:52:19 +0000
committerNico Weber <nicolasweber@gmx.de>2018-04-02 17:52:19 +0000
commit46dda154fc40965c33ee902bfe7b2f4790d413b6 (patch)
treebce406c058c02e1f8f9929f2d28c886b1bd25376 /cmake
parent8b6b6cca6f89221d75c6430704296893a70943b6 (diff)
Remove some unused cmake standard library includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@328996 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config-ix.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 9b3f72ddd7b..3b00979abb8 100644
--- a/cmake/config-ix.cmake
+++ b/cmake/config-ix.cmake
@@ -4,13 +4,10 @@ if( WIN32 AND NOT CYGWIN )
endif()
include(CheckIncludeFile)
-include(CheckIncludeFileCXX)
include(CheckLibraryExists)
include(CheckSymbolExists)
include(CheckFunctionExists)
include(CheckCCompilerFlag)
-include(CheckCXXSourceCompiles)
-include(TestBigEndian)
include(CheckCompilerVersion)
include(HandleLLVMStdlib)