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

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


  Branch: refs/heads/release/14.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 816988d19a7a2bb72daf4a62a59e96384bf5f2e1
      https://github.com/llvm/llvm-project/commit/816988d19a7a2bb72daf4a62a59e96384bf5f2e1
  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

(cherry picked from commit dfa5ab7b2b510e68ca2b11b043898c192633c0f6)




More information about the All-commits mailing list