Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libunwind][AIX] static_cast the value from getLR() to avoid the warn…
…ing from -Wconversion (llvm#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.
- Loading branch information