Martin Storsjö 04e86fbff0
[llvm-jitlink] [test] Add an XFAIL for a JITLink test on MinGW (#186980)
This testcase fails on MinGW targets, because when compiling the main()
function, it gets an implicit call to __main(), which is missing in this
context.

See 4c642b62b99fa128c180f28278637b32be5e5576 and
9b282afb8ac1c810da684591c27faf6117e62e3b for existing precedent for such
XFAILs.
2026-03-19 08:49:54 +11:00
..