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

Shenghang Tsai llvmlistbot at llvm.org
Sat Aug 16 22:12:31 PDT 2025


jackalcooper wrote:

> t is covering a different issue though, and it only restricts on msan: your additions don't seem necessary.
> 
> Also wouldn't the test fail on aarch64 even without any sanitizers? Right now we're not initiating at all here:

You are right on this. Just update the tests
- C/Python tests with `UNSUPPORTED: target=aarch64{{.*}}, target=arm64{{.*}}`. That's the skip `mlir/test/mlir-runner/global-constructors.mlir` is applying. The directive is at file level so two files `global_constructors.py` and `global_constructors.c` are added.
- All macro conditions C++ test's  for sanitizers removed. Early return when arm64 is detected

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


More information about the Mlir-commits mailing list