[all-commits] [llvm/llvm-project] d89869: [ExecutionEngine] Use the libunwind __register_fra...
azharudd via All-commits
all-commits at lists.llvm.org
Mon Aug 23 14:54:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d898693f72fc8609883c88f341171a2166ac4719
https://github.com/llvm/llvm-project/commit/d898693f72fc8609883c88f341171a2166ac4719
Author: Azharuddin Mohammed <azhar at apple.com>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.cpp
M llvm/lib/ExecutionEngine/RuntimeDyld/RTDyldMemoryManager.cpp
Log Message:
-----------
[ExecutionEngine] Use the libunwind __register_frame on Darwin
This was already the case, but the recent change (957334382cd1) altered
the behavior on some of our bots where __unw_add_dynamic_fde is not
found. This restores the prior behavior on Darwin while also retaining
the new behavior from that change.
More information about the All-commits
mailing list