[all-commits] [llvm/llvm-project] 332a93: [ORC-RT][MachO] Use 'UseCallbackStyleUnwindInfo' f...
lhames via All-commits
all-commits at lists.llvm.org
Tue Feb 21 16:48:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 332a934ced7f1ef7212fac90de806435a2c47f89
https://github.com/llvm/llvm-project/commit/332a934ced7f1ef7212fac90de806435a2c47f89
Author: Lang Hames <lhames at gmail.com>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Changed paths:
M compiler-rt/lib/orc/macho_platform.cpp
Log Message:
-----------
[ORC-RT][MachO] Use 'UseCallbackStyleUnwindInfo' flag, rather than re-test.
The UseCallbackStyleUnwindInfo flag already captures the original conditional,
and using the flag everywhere makes it easier to switch registration styles
when debugging.
More information about the All-commits
mailing list