These tests used to be supported (somewhat) for mingw targets,
but since c42c67ad60449fe19949f2664c2a5878b3f72b7e, which made
Orc the default JIT engine, these tests are failing. (That commit
made most tests under the ExecutionEngine/MCJIT directory run with
both "lli -jit-kind=mcjit" for explicitly running with MCJIT, and
with just plain "lli" which defaults to Orc.)
Orc doesn't seem to work for mingw targets; most tests fail with
an undefined reference to the "__main" symbol.
While fixing it would be better than just marking the tests as
unsupported, this works as a stopgap measure, unblocking running
the rest of the LLVM tests.