Issue 172482
Summary [ORC] Broken example tests in unusual configurations
Labels orcjit, jitlink
Assignees lhames
Reporter aengelke
    Fallout from #171998:

- ORC examples and Kaleidoscope seem to fail when the x86 target is not built. (builder: llvm-clang-ubuntu-x-aarch64-pauth)
- test/Examples/OrcV2Examples/lljit-with-remote-debugging.test requires JITLink and seems to fail on 32-bit platfoms. I don't know the exact conditions where this test should work.
- On RISC-V buildbots, Kaleidoscope fails due to unavailable soft-fp functions (e.g. __adddf3).
- JITLink doesn't appear to support AIX, but I'm not 100% sure.

I temporarily addressed most of these issues by adding conditions to lit.local.cfg files or individual tests to keep buildbots happy. I'm not 100% sure which of these cases are really unsupported and which of these should work -- hence this issue to either provide accurate unsupported conditions on the example tests or to fix the issues.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to