[llvm] [JITLink][XCOFF] Setup initial build support for XCOFF (PR #127266)

Hubert Tong via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 6 13:14:53 PST 2025


hubert-reinterpretcast wrote:

> Yes, C++ static initializers are on the roadmap. We need special registration for those symbols.

>From our offline discussion, you indicated that your primary interest in JITLink support is to support BOLT.

I don't understand how BOLT uses JITLink, but it seems to me that the requirements associated with C++ static initializer support for JITLink (to collect them and arrange to run them without using `dlopen`/the system loader) is different than the ones needed for BOLT (where the linker already collected them and produced the relevant post-link structures in the module).

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


More information about the llvm-commits mailing list