[all-commits] [llvm/llvm-project] d0052e: [ORC][LLJIT] Install eh-frame registration plugin ...
Lang Hames via All-commits
all-commits at lists.llvm.org
Tue Jan 28 18:29:29 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0052ebbe2e2f691ec42cad3c8613ef387abc53f
https://github.com/llvm/llvm-project/commit/d0052ebbe2e2f691ec42cad3c8613ef387abc53f
Author: Lang Hames <lhames at gmail.com>
Date: 2025-01-29 (Wed, 29 Jan 2025)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
Log Message:
-----------
[ORC][LLJIT] Install eh-frame registration plugin during platform setup.
Attempt to install the EHFrameRegistrationPlugin during GenericLLVMIRPlatform
setup, rather than object linking layer creation time.
Platform classes are responsible for exception handling: installing the plugin
unconditionally during linking-layer construction could result in frames being
registered more than once when native platform classes are used.
This is a precursor to re-landing compact unwind support (4f0325873fa).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list