This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Add support for resolving symbols to in-process functions for ExecutionEngine.
AbandonedPublic

Authored by timshen on May 27 2020, 4:10 PM.

Details

Reviewers
ftynse
Summary

This comes in handy for calling into C/C++ implementations defined by the caller of the jit.

Diff Detail

Event Timeline

timshen created this revision.May 27 2020, 4:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2020, 4:10 PM

How does it compare to ExecutionEngine::registerSymbols ?

timshen abandoned this revision.May 28 2020, 1:43 PM

You are right, registerSymbols works.