[llvm] r328996 - Remove some unused cmake standard library includes.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 10:52:19 PDT 2018


Author: nico
Date: Mon Apr  2 10:52:19 2018
New Revision: 328996

URL: http://llvm.org/viewvc/llvm-project?rev=328996&view=rev
Log:
Remove some unused cmake standard library includes.

Modified:
    llvm/trunk/cmake/config-ix.cmake

Modified: llvm/trunk/cmake/config-ix.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/config-ix.cmake?rev=328996&r1=328995&r2=328996&view=diff
==============================================================================
--- llvm/trunk/cmake/config-ix.cmake (original)
+++ llvm/trunk/cmake/config-ix.cmake Mon Apr  2 10:52:19 2018
@@ -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)




More information about the llvm-commits mailing list