This is an archive of the discontinued LLVM Phabricator instance.

[sanitizers] Fix building on 32 bit Windows after 7256c05ecb7
ClosedPublic

Authored by mstorsjo on Aug 17 2021, 12:38 AM.

Details

Summary

On 32 bit, 'long' (which is 32 bit on Windows) is used as base
type for SIZE_T and similar.

Diff Detail

Event Timeline

mstorsjo requested review of this revision.Aug 17 2021, 12:38 AM
mstorsjo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 17 2021, 12:38 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Aug 17 2021, 10:23 AM

Is there a broken bot?

This revision is now accepted and ready to land.Aug 17 2021, 10:23 AM

Is there a broken bot?

Don’t know, but I run nightly builds for mingw targets as part of my own testing setup. I think all windows buildbots are x86_64 only.