ThreadSanitizer Support on windows?

I was looking at (ThreadSanitizer — Clang 16.0.0git documentation) and it does not mention windows in Supported Platforms.

I just wanted to ask here if this is still the case or perhaps the document is outdated?

1 Like

Last time I checked, I was told that adding Windows support was very hard. I haven’t seen any updates on that yet, though I’m also looking forward to it.

I guess that just like with Asan, we’ll have to wait until Microsoft adds support for it in their compiler and upstream the required changes.