[llvm] [JITLink] [test] Extend preexisting MinGW XFAILs to new tests (PR #142375)
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 6 00:59:50 PDT 2025
lhames wrote:
I think it's fine to land these, but it'd be good to add a FIXME to reenable them once we add `__main` emulation to ORC?
The ORC runtime isn't relevant here, but the RuntimeDyld / JITLink distinction is: These are `llvm-jitlink` tests for the new JIT linker. The pure assembly cases are hand written, so have no reference to `__main`, but the new `.ll` ones are compiled by `llc` which will add a reference -- that's probably what's caused the difference.
https://github.com/llvm/llvm-project/pull/142375
More information about the llvm-commits
mailing list