[Mlir-commits] [mlir] [MLIR] Split ExecutionEngine Initialization out of ctor into an explicit method call (PR #153524)
Shenghang Tsai
llvmlistbot at llvm.org
Thu Aug 14 21:05:00 PDT 2025
jackalcooper wrote:
> Not that I don't empathize (because I've broken ASAN before and struggled to fix) but does this fix the issue? I looked at the [logs](https://lab.llvm.org/buildbot/#/builders/24/builds/11523) and I can't tell if the ASAN error is due to the test itself or the design of the PR? If it's in the design and not the test itself then this isn't good - someone downstream will run into issues.
two directions I think of so far and will explore:
- dig into ORC, find the idiomatic approach for dynamic symbol lookups and how to have JIT work with sanitizer properly
- refactor GPU's llvm translation, make the init via global ctor optional
https://github.com/llvm/llvm-project/pull/153524
More information about the Mlir-commits
mailing list