[PATCH] D96120: [scudo] Port scudo sanitizer to Windows
Martin Storsjö via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 9 04:24:00 PST 2021
mstorsjo added a comment.
In D96120#2550876 <https://reviews.llvm.org/D96120#2550876>, @russell.gallop wrote:
> In D96120#2546077 <https://reviews.llvm.org/D96120#2546077>, @mstorsjo wrote:
>
>> As is, this breaks compilation for mingw. With the three modifications I suggest here, it no longer breaks compilation for me - I have no idea if it actually works in mingw configurations though, but not breaking compilation is at least the first step.
>
> Thanks for the information I'll try to run up a mingw environment and check it works.
In case that turns out to be tricky, I might be able to help with that, at least for building a simple test program with it and running it, if you say how it's supposed to be used (building/linking with `-fsanitize=scudo`?) and how to inspect whether it actually works.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96120/new/
https://reviews.llvm.org/D96120
More information about the cfe-commits
mailing list