Solved: I was confused by LLVM's triple vs target -- ther're not the same (though, sometimes they are :-)). For example:
`$ clang -target x86_64-w64-mingw32 -v 2>&1 | grep Target` `Target: x86_64-w64-windows-gnu` Therefore, the correct "triple" in my case should have been: x86_64-w64-windows-gnu (and not x86_64-w64-mingw32) --- [Visit Topic](https://discuss.tvm.ai/t/cross-compilation-for-windows/7698/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/e415d7e416348985dc030b072d638df73be098e435c5ed636120aa7631731150).