This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Fix windows build
ClosedPublic

Authored by herhut on Jun 28 2021, 8:31 AM.

Details

Summary

Gate the include of alloca.h behind _WIN32 guard.

Diff Detail

Event Timeline

herhut created this revision.Jun 28 2021, 8:31 AM
herhut requested review of this revision.Jun 28 2021, 8:31 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jun 28 2021, 9:22 AM
This revision was automatically updated to reflect the committed changes.

This is unusual: can you document all this please ?

(Your commit message just says « what » but not « why »)