[all-commits] [llvm/llvm-project] 022011: [libunwind] Define _Unwind_Backtrace for powerpc, ...
Sam James via All-commits
all-commits at lists.llvm.org
Mon Feb 7 09:37:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 022011078054c133777e1c3f8ea927bdef97f1fc
https://github.com/llvm/llvm-project/commit/022011078054c133777e1c3f8ea927bdef97f1fc
Author: Sam James <sam at gentoo.org>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M libunwind/src/config.h
Log Message:
-----------
[libunwind] Define _Unwind_Backtrace for powerpc, sparc
Add SPARC to the list of platforms for which we provide a full
unwind implementation which leads to _Unwind_Backtrace being defined within
libunwind.so.
Likewise for PPC (see D118320 for background).
Reviewed By: #libunwind, MaskRay, Arfrever
Differential Revision: https://reviews.llvm.org/D119068
More information about the All-commits
mailing list