[Mlir-commits] [mlir] [MLIR][JitRunner] Correctly register symbol map (PR #90381)
Mehdi Amini
llvmlistbot at llvm.org
Mon May 6 23:20:07 PDT 2024
joker-eph wrote:
> runtimesymbolMap is useful in some downstream tools. For example, we may need to override some C-runtime functions for a specific MLIR module and leave the non-MLIR-Jitted code unchanged - like "hooking" some extern functions in the module.
What about the --shared-libs options exposed by mlir-cpu-runner?
https://github.com/llvm/llvm-project/pull/90381
More information about the Mlir-commits
mailing list