b4b96a6d85
OSX (due to legacy to disambigate between asm and C symbols) implements an extra linker-level mangling which adds another `_` in the name. However, that is only in the on-disk representation and needs to be dropped upon calling dlsym. OrcV2 gives us a handle to the symbol with starts with `__` allowing us to invert the logic of the symbol search where we drop the `__` for dlsym. |
||
---|---|---|
.. | ||
Interpreter | ||
MetaProcessor | ||
UserInterface | ||
Utils | ||
CMakeLists.txt |