cling/lib
Jonas Hahnfeld dbe8b058ee Fix DelegateGenerator on macOS
Commit 785c9df34d ("Restore symbol lookup in child interpreters")
added a DefinitionGenerator to allow symbol lookup in the parent
IncrementalJIT after the upgrade to LLVM 13. It appears that instead
of the unmangled name, we need to lookup already linker mangled names.

This fixes the tests CodeUnloading/AtExit.C and
MultipleInterpreters/MultipleInterpreters.C on macOS, which adds an
underscore during linker mangling. No change on Linux because there
is no additional linker name mangling.
2024-08-20 08:14:05 +02:00
..
Interpreter Fix DelegateGenerator on macOS 2024-08-20 08:14:05 +02:00
MetaProcessor Use StringRef::{starts,ends}_with 2024-02-23 09:44:06 +01:00
UserInterface Set history size to ${CLING_HISTSIZE} 2023-01-30 10:29:07 +01:00
Utils Globally enable incremental extensions 2024-08-09 08:59:03 +02:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00