[all-commits] [llvm/llvm-project] c5c4ba: Reland "[libcxxabi][ARM] Make CXX_end_cleanup comp...
Dani via All-commits
all-commits at lists.llvm.org
Tue Nov 9 03:54:31 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c5c4bac6c03da467a048ed922a14b76c7e053637
https://github.com/llvm/llvm-project/commit/c5c4bac6c03da467a048ed922a14b76c7e053637
Author: Daniel Kiss <daniel.kiss at arm.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M libcxxabi/src/cxa_exception.cpp
Log Message:
-----------
Reland "[libcxxabi][ARM] Make CXX_end_cleanup compatible with Armv6-M"
On Armv6-M the branch may not able to reach the _Unwind_Resume function because it's relocation(R_ARM_THM_JUMP11) is in -2048, 2047 range only.
Reviewed By: chill, stuij, lenary
Differential Revision: https://reviews.llvm.org/D113181
More information about the All-commits
mailing list