Re: CFT: snmalloc as libc malloc [snmalloc misidentifies what llvm versions have source_location: need >= 16, not 15]
- Reply: David Chisnall : "Re: CFT: snmalloc as libc malloc [snmalloc misidentifies what llvm versions have source_location: need >= 16, not 15]"
- Reply: Mark Millard : "Re: CFT: snmalloc as libc malloc [snmalloc misidentifies what llvm versions have source_location: need >= 16, not 15]"
- In reply to: Mark Millard : "Re: CFT: snmalloc as libc malloc [snmalloc misidentifies what llvm versions have source_location: need >= 16, not 15]"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 13 Feb 2023 10:43:57 UTC
On 12/02/2023 22:53, Mark Millard wrote: > [snmalloc misidentifies what llvm versions have source_location .] Thanks, I thought snmalloc included the code I wrote in a related project to do this, but apparently not. I've opened a PR to fix it and will merge once it passes CI, then bump the submodule: https://github.com/microsoft/snmalloc/pull/591 David