llvm-project/compiler-rt/cmake/Modules
YunQiang Su 9221aa6d64 [CMake] Fix MIPSr6 build for compiler-rt
The current version pass -mips64r2 or -mips32r2 options,
which make it failed to build on r6 platform.

In this patch: we detect whether we are MIPSr6 by
    _MIPS_ARCH_MIPS32R6/_MIPS_ARCH_MIPS64R6
The out and install path is set to the default triple instead of
hardcoded one, since the clang ask for it.

Differential Revision: https://reviews.llvm.org/D135735
2022-10-18 04:49:25 +00:00
..
AddCompilerRT.cmake [libc++] Re-apply "Always build c++experimental.a"" 2022-07-19 10:44:19 -04:00
AllSupportedArchDefs.cmake [ORC_RT][COFF] Initial platform support for COFF/x86_64. 2022-08-13 13:48:40 +09:00
BuiltinTests.cmake [compiler-rt][builtins] Fix CMake builtin target flag 2022-02-23 10:23:17 +01:00
CheckSectionExists.cmake Add some prototypes to these checks; NFC 2022-04-09 08:38:29 -04:00
CompilerRTAIXUtils.cmake Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
CompilerRTCompile.cmake Revert "[compiler-rt][builtins] Add compiler flags to catch potential errors" 2022-08-22 16:39:15 -07:00
CompilerRTDarwinUtils.cmake [compiler-rt][builtins] Add compiler flags to catch potential errors 2022-08-26 08:35:19 -07:00
CompilerRTLink.cmake
CompilerRTMockLLVMCMakeConfig.cmake [CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE 2022-03-11 15:43:01 -08:00
CompilerRTUtils.cmake [CMake] Fix MIPSr6 build for compiler-rt 2022-10-18 04:49:25 +00:00
SanitizerUtils.cmake [sanitizer] Remove cpplint 2021-07-30 15:21:04 -07:00
UseLibtool.cmake [compiler-rt] Disable ranlib when using libtool 2020-08-24 13:48:28 -07:00