From b820ab28d0a40f7719fcaa3f94e824d4c84b55a0 Mon Sep 17 00:00:00 2001 From: Petr Hosek Date: Fri, 27 Apr 2018 01:25:32 +0000 Subject: Revert "[CMake] Make simple source used for CMake checks a C file" This reverts commit r331003 which breaks sanitizer bots because of missing 32-bit libstdc++ library. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@331009 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/config-ix.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake index e58dc6f76..82c3d2859 100644 --- a/cmake/config-ix.cmake +++ b/cmake/config-ix.cmake @@ -125,7 +125,7 @@ set(COMPILER_RT_SUPPORTED_ARCH) # platform. We use the results of these tests to build only the various target # runtime libraries supported by our current compilers cross-compiling # abilities. -set(SIMPLE_SOURCE ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/simple.c) +set(SIMPLE_SOURCE ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/simple.cc) file(WRITE ${SIMPLE_SOURCE} "#include \n#include \nint main() { printf(\"hello, world\"); }\n") # Detect whether the current target platform is 32-bit or 64-bit, and setup -- cgit v1.2.3