Issue 170647
Summary [MLIR][ExecutionEngine] Migrate from RuntimeDyld to JITLink
Labels jitlink, mlir:execution-engine
Assignees
Reporter nikic
    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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to