Diff Detail
Diff Detail
Event Timeline
Comment Actions
Does UBSan actually builds and works on Windows? What about MSVC? How did you test it?
| lib/ubsan/ubsan_value.h | ||
|---|---|---|
| 17 | It's clear from the following #if conditions which platforms are supported, no point in repeating the list in a comment immediately prior. How about: // Only certain platforms are supported. Others should be easy to add, and may work as-is. | |
| cmake/config-ix.cmake | ||
|---|---|---|
| 205 | What about WoA (32-bit)? | |
have you tried UBSan on Win64?