[all-commits] [llvm/llvm-project] 532783: [libunwind] Fix cfi_register for float registers.
Dani via All-commits
all-commits at lists.llvm.org
Fri Oct 1 07:52:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 532783f9e1e65c7bd48b1592d2376e9dd47c5a73
https://github.com/llvm/llvm-project/commit/532783f9e1e65c7bd48b1592d2376e9dd47c5a73
Author: Daniel Kiss <daniel.kiss at arm.com>
Date: 2021-10-01 (Fri, 01 Oct 2021)
Changed paths:
M libunwind/src/DwarfInstructions.hpp
Log Message:
-----------
[libunwind] Fix cfi_register for float registers.
Fixes D110144.
registers.getFloatRegister is not const in ARM therefor can't be called here.
Reviewed By: mstorsjo, #libunwind
Differential Revision: https://reviews.llvm.org/D110731
More information about the All-commits
mailing list