Files
clang-p2996/llvm/test/ExecutionEngine/JITLink/Generic
Martin Storsjö 4c642b62b9 [llvm-jitlink] [test] Add an XFAIL for a JITLink test on MinGW
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.
2024-03-01 12:16:47 +02:00
..