xo-jit: need global initialization as per kaleidoscope4

This commit is contained in:
Roland Conybeare 2024-06-15 15:11:59 -04:00
commit e8a2297ac0
2 changed files with 17 additions and 0 deletions

View file

@ -97,6 +97,9 @@ namespace xo {
#endif
);
/* iniitialize native builder (i.e. for platform we're running on) */
static void init_once();
private:
// ----- this part adapted from LLVM 19.0 KaleidoscopeJIT.hpp [wip] -----