[Mlir-commits] [mlir] [mlir][ExecutionEngine] Add support for global constructors and destructors (PR #78070)
Ingo Müller
llvmlistbot at llvm.org
Sun Jan 14 02:21:13 PST 2024
https://github.com/ingomueller-net commented:
LGTM, but I don't feel competent enough to approve.
For completing my understanding: what is the mechanism that calls `ctor` and `dtor`? I believe that the `initialize`/`deinitialize` function calls that this patch adds are part of LLVM's Orc/LLJIT but I am missing the next link(s) until the `ctor`/`dtor` functions...
https://github.com/llvm/llvm-project/pull/78070
More information about the Mlir-commits
mailing list