[all-commits] [llvm/llvm-project] 7c651a: [libunwind][AIX] static_cast the value from getLR(...
xingxue-ibm via All-commits
all-commits at lists.llvm.org
Tue Oct 24 08:55:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c651a1fc006929674c0795086144f099c61ff8c
https://github.com/llvm/llvm-project/commit/7c651a1fc006929674c0795086144f099c61ff8c
Author: xingxue-ibm <57193974+xingxue-ibm at users.noreply.github.com>
Date: 2023-10-24 (Tue, 24 Oct 2023)
Changed paths:
M libunwind/src/UnwindCursor.hpp
Log Message:
-----------
[libunwind][AIX] static_cast the value from getLR() to avoid the warning from -Wconversion (#69767)
This PR adds `static_cast` to the value returned from `getLR()` in the
AIX unwinder to avoid warning in case `-Wconversion` is specified to
build in 32-bit mode.
More information about the All-commits
mailing list