Closed gmarkall closed 1 year ago
As pointed out by @stuartarchibald, the x86 issue is only on PyPy, which may not have the Py_GetVersion
symbol. So we should reconsider just skipping the tests on AArch64, and modifying this test to skip on PyPy or use another symbol that will be present rather than pulling the whole lot out.
Closing as it seems like we don't need to do this now, from #1001 and conda-forge/llvmlite-feedstock#76.
The OrcJIT support is experimental and as-yet undocumented. It seems to have problems on all platforms that affect testing and package building, in particular #1000 noted on AArch64 and the following on conda-forge package building for x86:
This PR puts forward the idea of backing out the OrcJIT support for now, in order to get 0.41.1 out the door and make a 0.41.x version available on conda-forge.
This effectively reverts #988, #967, and #942, with a little additional fixup due to changes in supported LLVM versions between the original merge and now.