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

Mehdi Amini llvmlistbot at llvm.org
Fri Aug 15 04:12:55 PDT 2025


================
@@ -339,23 +339,61 @@ def callback(a):
 
 run(testUnrankedMemRefWithOffsetCallback)
 
+# Test JIT callback in global constructor
+# CHECK-LABEL: TEST: testJITCallbackInGlobalCtor
+def testJITCallbackInGlobalCtor():
----------------
joker-eph wrote:

I guess we're gonna have the issue that this test would fail on aarch64?

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


More information about the Mlir-commits mailing list