Files
clang-p2996/llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp
Lang Hames 382bafc957 [ORC][MachO] Prepare MachOPlatform for compact-unwind support.
The MachOPlatform::MachOPlatformPlugin class will now inject a
"__jitlink$libunwind_dso_base" symbol into each LinkGraph pointing to the Mach
header for the containing JITDylib. The compact-unwind support plugin will use
this symbol as the dso-base for the __unwind_info sections. (Failure to inject
this symbol would result in the compact-unwind support plugin creating a new
header for every graph).
2025-01-22 16:51:40 +11:00

69 KiB