On Wed Dec 18 16:32:46 2024 +0000, Bernhard Übelacker wrote:
Having PE-ASan in CI at the end would be great, but unfortunately my attempt involved building llvm-mingw/llvm-project with a few patches, which I attempted upstreaming for quite some time. Then building wine with it needs also a few patches, and running it involves currently an ugly mix of a non-ASan and an ASan build. Some more old/outdated details are [here](https://gitlab.winehq.org/wine/wine/-/merge_requests/6791#note_86908), for running just the executables below wine/programs. But running the tests locally produced quite a few unfinished [patches](https://gitlab.winehq.org/bernhardu/wine/-/commits/asan-pe_2024-12-18) where I try to get the more obvious and hopefully freeze-compatible ones in, while waiting on progress with llvm-project.
I see, thanks.