-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Open
Description
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.