Details
Details
- Reviewers
emaste andrew - Commits
- rS294577: Add support for RISC-V ISA.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
contrib/compiler-rt/lib/builtins/int_lib.h | ||
---|---|---|
77–81 ↗ | (On Diff #12560) | The comment doesn't match the #if condition now. Presumably it's any version of GCC, and targeting an arch that does not have dedicated bit counting instructions. We'll also need to push this upstream. |
contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h | ||
80–81 ↗ | (On Diff #12560) | Do you know if these values will apply on Linux as well? |
contrib/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc | ||
98 ↗ | (On Diff #12560) | RISC-V comment? |
contrib/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h | ||
---|---|---|
80–81 ↗ | (On Diff #12560) | They actually do that: const unsigned struct_kernel_stat_sz = 128; const unsigned struct_kernel_stat64_sz = 128; |