[mlir][llvm] Fix windows build
authorStephan Herhut <herhut@google.com>
Mon, 28 Jun 2021 15:31:01 +0000 (17:31 +0200)
committerStephan Herhut <herhut@google.com>
Mon, 28 Jun 2021 16:22:21 +0000 (18:22 +0200)
commite6450d88e2801373d198bd63af547dbc0a096334
tree719f2476f89e705863aec342b34c6bbea86ce53f
parentc3fe847f9d90de5a6a76fd1d5f5823ab4719accc
[mlir][llvm] Fix windows build

Gate the include of alloca.h behind _WIN32 guard.

Differential Revision: https://reviews.llvm.org/D105036
mlir/lib/ExecutionEngine/CRunnerUtils.cpp