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

Ingo Müller llvmlistbot at llvm.org
Mon May 13 06:36:52 PDT 2024


ingomueller-net wrote:

Without having any preference, currently, a possible alternative change would be to add a `runtimeSymbolMap` to `ExecutionEngineOptions`, populate it from the value from `CompileAndExecuteConfig`, and then use that as the default just like it used to before the commit. I am not sure, though, whether that would qualify as "arbitrary"/"niche", though, and neither do I know if that changes the testing story.

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


More information about the Mlir-commits mailing list