From 8390d50e9c3ea1d2fc0942cca7f8a7b08610b11a Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Thu, 21 Jul 2016 09:52:33 +0000 Subject: [PATCH] Revert r276256 - Attempt to fix clang-cmake-mips after r268977. It didn't fix the problem on the buildbot. CAN_TARGET_mips64 is still true. llvm-svn: 276258 --- compiler-rt/cmake/builtin-config-ix.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler-rt/cmake/builtin-config-ix.cmake b/compiler-rt/cmake/builtin-config-ix.cmake index c4dc156..432b1fa 100644 --- a/compiler-rt/cmake/builtin-config-ix.cmake +++ b/compiler-rt/cmake/builtin-config-ix.cmake @@ -2,12 +2,6 @@ include(BuiltinTests) # Make all the tests only check the compiler set(TEST_COMPILE_ONLY On) -# Temporary fix for Mips buildbots this broke. It's the linker that rejects -# inappropriate multilibs on this system. -check_compile_definition("__mips__" "" IS_MIPS_HOST) -if(IS_MIPS_HOST) - set(TEST_COMPILE_ONLY OFF) -endif() builtin_check_c_compiler_flag(-fPIC COMPILER_RT_HAS_FPIC_FLAG) builtin_check_c_compiler_flag(-fPIE COMPILER_RT_HAS_FPIE_FLAG) -- 2.7.4