llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess
Azharuddin Mohammed d898693f72 [ExecutionEngine] Use the libunwind __register_frame on Darwin
This was already the case, but the recent change (957334382c) 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.
2021-08-23 14:51:14 -07:00
..
CMakeLists.txt [Orc] Add JITLink debug support plugin for ELF x86-64 2021-03-02 15:07:35 +01:00
JITLoaderGDB.cpp [ORC] Rename SPSTargetAddress to SPSExecutorAddress. 2021-07-02 12:40:14 +10:00
RegisterEHFrames.cpp [ExecutionEngine] Use the libunwind __register_frame on Darwin 2021-08-23 14:51:14 -07:00
TargetExecutionUtils.cpp