[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:20:07 PDT 2023
sgraenitz added a comment.
In D149996#4325838 <https://reviews.llvm.org/D149996#4325838>, @mstorsjo wrote:
> Conversely, an MSVC-built lli.exe runs the test just fine even
You could check what symbols this `lli.exe` exports. It might have both, `__chkstk` and `__chkstk_ms`, so that they are resolved from the host process in the MSVC case? Same would be interesting for the MinGW case. I guess it exports neither of them?
Not sure yet what the correct solution would look like. Maybe feed one example into a static linker and see how it deals with that?
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