xo-jit: need global initialization as per kaleidoscope4
This commit is contained in:
parent
066c135629
commit
e8a2297ac0
2 changed files with 17 additions and 0 deletions
|
|
@ -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] -----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue