[all-commits] [llvm/llvm-project] b5047c: [compiler-rt][profile][RISCV] Enable profile for R...
Kito Cheng via All-commits
all-commits at lists.llvm.org
Fri Apr 29 20:00:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5047c7329789c1ad905a3b7268c49b73fe34e2b
https://github.com/llvm/llvm-project/commit/b5047c7329789c1ad905a3b7268c49b73fe34e2b
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2022-04-30 (Sat, 30 Apr 2022)
Changed paths:
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
Log Message:
-----------
[compiler-rt][profile][RISCV] Enable profile for RISC-V
Profile library are written by standard libraries or POSIX calls depend on target support, so there is no porting effort for the target, we could enable that for both RV32 and RV64, verified on the RV64 platform.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D124599
More information about the All-commits
mailing list