[libc-commits] [libc] [libc] Fix malloc Block alignment issue on riscv32 (PR #117815)
Daniel Thornburgh via libc-commits
libc-commits at lists.llvm.org
Fri Jan 17 13:40:28 PST 2025
mysterymath wrote:
> Hi @mysterymath , the 32b riscv buidbot is failing at this PR with the two errors. Can you PTAL?
Sorry about this; I was able to fix forward:
https://lab.llvm.org/buildbot/#/builders/196/builds/3750
4-byte pointers and 16-byte max_align_t has been a stress-test for Block; I'm both grateful and vaguely horrified at such a large alignment on such a small platform.
https://github.com/llvm/llvm-project/pull/117815
More information about the libc-commits
mailing list