[all-commits] [llvm/llvm-project] c0fde7: [libunwind] Define _Unwind_Backtrace for powerpc, ...
Sam James via All-commits
all-commits at lists.llvm.org
Mon Feb 7 09:38:28 PST 2022
Branch: refs/heads/release/14.x
Home: https://github.com/llvm/llvm-project
Commit: c0fde7580aac12143d63291af452e261808dc4ec
https://github.com/llvm/llvm-project/commit/c0fde7580aac12143d63291af452e261808dc4ec
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
(cherry picked from commit 022011078054c133777e1c3f8ea927bdef97f1fc)
More information about the All-commits
mailing list