cling/lib
Vassil Vassilev b4b96a6d85 The JIT now is more consistent on OSX with the linker-level mangling
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.
2022-12-09 08:44:19 +01:00
..
Interpreter The JIT now is more consistent on OSX with the linker-level mangling 2022-12-09 08:44:19 +01:00
MetaProcessor createModuleManager and friends was renamed to *ASTReader. 2022-12-09 08:44:17 +01:00
UserInterface Delete UITabCompletion* with unique_ptr 2022-11-19 16:14:05 +01:00
Utils Qualify DestroyTemplateIdAnnotationsRAIIObj. 2022-12-09 08:44:16 +01:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00