Details
Details
- Reviewers
emaste andrew - Commits
- rS294577: Add support for RISC-V ISA.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
contrib/compiler-rt/lib/builtins/int_lib.h | ||
---|---|---|
77–81 | 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 | 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 | They actually do that: const unsigned struct_kernel_stat_sz = 128; const unsigned struct_kernel_stat64_sz = 128; |