[llvm] [TySan] A Type Sanitizer (LLVM) (PR #76259)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 09:20:32 PDT 2024


gbMattN wrote:

> Any help on Windows would be great, I think at the moment the clang part and runtime is only enabled on Linux/macOS & X86/AArch64.

I ran the clang and llvm tests on Windows. All the llvm tests passed. Clang's `CodeGen/sanitize-type-attr.cpp` test passed, but `Driver/sanitizer-ld.c` had a compile issue and failed. I'll look into that and see if I can find a fix.

In order to run the tests I added `SanitizerKind::Type` to the Windows MSVC ToolChain and nothing else, so that failure may not be an actual issue.


https://github.com/llvm/llvm-project/pull/76259


More information about the llvm-commits mailing list