llvm-project/compiler-rt/cmake
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
..
Modules [CMake] Fix MIPSr6 build for compiler-rt 2022-10-18 04:49:25 +00:00
caches
base-config-ix.cmake [CMake] Fix MIPSr6 build for compiler-rt 2022-10-18 04:49:25 +00:00
builtin-config-ix.cmake [compiler-rt][BF16] Provide __truncdfbf2 and __truncsfbf2 only when __bf16 is available 2022-08-11 09:20:08 +08:00
config-ix.cmake [compiler-rt][builtins] Enable more warnings in add_security_warnings 2022-09-14 12:55:56 -07:00
crt-config-ix.cmake Revert "[compiler-rt] Use C_STANDARD instead of custom logic for adding -std=c11" 2022-04-27 00:20:44 +03:00