[Mlir-commits] [mlir] [MLIR] Split ExecutionEngine Initialization out of ctor into an explicit method call (PR #153524)

Shenghang Tsai llvmlistbot at llvm.org
Fri Aug 15 02:18:00 PDT 2025


jackalcooper wrote:

> I went back to the original PR and the bot report: the only sanitizer bot that failed seems to be the Aarch64 one. So isn't the bug just about the aarch64 issue which can't initialize global ctor here? Why do we need to disable the test with sanitizers on other platforms?

right, maybe only disable it specifically for aarch64 makes more sense. It was following the  precedent of `NativeMemRefJit` which has `#if __has_feature(memory_sanitizer)` regardless arch

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


More information about the Mlir-commits mailing list