Skip to content

[MLIR][ExecutionEngine] Migrate from RuntimeDyld to JITLink #170647

@nikic

Description

@nikic

MLIR ExecutionEngine currently uses RuntimeDyld:

auto objectLayer = std::make_unique<RTDyldObjectLinkingLayer>(

RuntimeDyld has since been superseded by JITLink, which has much better support for many architectures. MLIR ExecutionEngine needs to be migrated to JITLink.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions