Displaying 1 result from an estimated 1 matches for "__orc_lcl".
Did you mean:
___orc_lcl
2019 Aug 08
6
New ORC v2 LLJIT - global variables
...d a GlobalVariable, and then add the module to the JIT engine through
addLazyIRModule(), but this doesn't seem to work.
2nd question; Is the lookup function supposed to work with global variables
by name? Looking through the CompileOnDemandLayer it seems to change the
names of globals to "__orc_lcl.<name><id>". Does this affect the lookup
methods? I noticed that all of the globals we are looking for are tagged
with Internal linkage and end up getting emitted through extractSubModule().
Any help is appreciated.
-------------- next part --------------
An HTML attachment was sc...