[Mlir-commits] [mlir] [MLIR][JitRunner] Correctly register symbol map (PR #90381)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri May 10 19:48:49 PDT 2024


Menooker wrote:

> I can't provide much insight about the big picture but I want to point out that the call to `registerSymbols` wasn't removed completely but moved to (the end of) `ExecutionEngine::create`.

In `mlir/lib/ExecutionEngine/JitRunner.cpp` I can't find a use of `runtimeSymbolMap`. Could you please point out where it registers and uses `runtimeSymbolMap`?

https://github.com/llvm/llvm-project/pull/90381


More information about the Mlir-commits mailing list