[PATCH] D149996: [test] [ExecutionEngine] Skip the ExecutionEngine tests on mingw targets
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 8 01:26:46 PDT 2023
sgraenitz added a comment.
One more guess: Could this function possibly reside in a runtime library for MinGW? `lli` has `--orc-runtime` but it's not in use implicitly. As far as I know, we only support MSVC. Would MinGW support be interesting? Do we have anything in place? Maybe @sunho knows more about it. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149996/new/
https://reviews.llvm.org/D149996
More information about the llvm-commits
mailing list