[MLIR][ExecutionEngine] Migrate from RuntimeDyld to JITLink
Open
jitlink
mlir:execution-engine
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
MLIR ExecutionEngine currently uses RuntimeDyld: https://github.com/llvm/llvm-project/blob/d364c0eda906621513e1cac2ff4b0f3de6b8df7a/mlir/lib/ExecutionEngine/ExecutionEngine.cpp#L319
RuntimeDyld has since been superseded by JITLink, which has much better support for many architectures. MLIR ExecutionEngine needs to be migrated to JITLink.
Contributor guide
Assessment
This issue has not been assessed yet.