Move the code which sets CMake variables for MIPS to compiler-rt/cmake/base-config-ix.cmake from compiler-rt/CMakeLists.txt. compiler-rt/CMakeLists.txt includes compiler-rt/cmake/base-config-ix.cmake very early. If the variables are set in compiler/CMakeLists.txt, compiler-rt/cmake/base-config-ix.cmake cannot use them. Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D157900
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================