The value of struct_kernel_stat64_sz introduced by D5021 for RISC-V is incorrect. This patch fixes that issue.
The use of the __riscv_xlen == 64 condition is due to the fact that the 32-bit Linux ABI is not yet finalized.
Details
Details
- Reviewers
emaste andrew br - Commits
- rS352792: compiler-rt: correct RISC-V struct_kernel_stat64_sz
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
There is an upstream patch ready to land that covers these changes, plus a bit more: https://reviews.llvm.org/D66870