From 49ae2f4931f52d4ae4d394ac764eb7203fab35a6 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 2 Apr 2018 17:52:19 +0000 Subject: [PATCH] Remove some unused cmake standard library includes. llvm-svn: 328996 --- cmake/config-ix.cmake | 3 --- 1 file changed, 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)