[all-commits] [llvm/llvm-project] 2c12e9: [crt] Enable sparc and mips targets
Reagan via All-commits
all-commits at lists.llvm.org
Wed Apr 12 16:55:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c12e9b7b2dfaafad5ef51ea38a581adfecc90b4
https://github.com/llvm/llvm-project/commit/2c12e9b7b2dfaafad5ef51ea38a581adfecc90b4
Author: Reagan Bohan <xbjfk.github at gmail.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M compiler-rt/cmake/crt-config-ix.cmake
M compiler-rt/lib/crt/crtbegin.c
Log Message:
-----------
[crt] Enable sparc and mips targets
This patch enables sparc and mips in compiler-rt CRT, meaning that now every platform supported by compiler-rt builtins (that runs on Linux, i.e. not WebAssembly) will be suported by compiler-rt CRT
Reviewed By: phosek, MaskRay
Differential Revision: https://reviews.llvm.org/D147819
More information about the All-commits
mailing list