[all-commits] [llvm/llvm-project] dfa5ab: [libunwind] Avoid a warning in 32 bit builds. NFC.

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Feb 9 13:01:07 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dfa5ab7b2b510e68ca2b11b043898c192633c0f6
      https://github.com/llvm/llvm-project/commit/dfa5ab7b2b510e68ca2b11b043898c192633c0f6
  Author: Martin Storsjö <martin at martin.st>
  Date:   2022-02-09 (Wed, 09 Feb 2022)

  Changed paths:
    M libunwind/src/DwarfInstructions.hpp

  Log Message:
  -----------
  [libunwind] Avoid a warning in 32 bit builds. NFC.

The warning was introduced with the recently merged SPARCv9
support in 2b9554b8850192bdd86c02eb671de1d866df8d87.

The cast matches the existing surrounding cases.

Differential Revision: https://reviews.llvm.org/D119353




More information about the All-commits mailing list