[all-commits] [llvm/llvm-project] 127eb3: [LLVM][PDB] Use IsUnsigned flag for APInt correctl...

Aleksandr Korepanov via All-commits all-commits at lists.llvm.org
Tue Mar 18 07:57:21 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 127eb39a8ca9625c2ff078bcb05d2a53ee995423
      https://github.com/llvm/llvm-project/commit/127eb39a8ca9625c2ff078bcb05d2a53ee995423
  Author: Aleksandr Korepanov <alexander.korepanov at jetbrains.com>
  Date:   2025-03-18 (Tue, 18 Mar 2025)

  Changed paths:
    M llvm/include/llvm/DebugInfo/PDB/PDBTypes.h
    M llvm/unittests/DebugInfo/PDB/CMakeLists.txt
    A llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp

  Log Message:
  -----------
  [LLVM][PDB] Use IsUnsigned flag for APInt correctly (#131598)

This patch fixes an assertion that occurs in `APInt`.

The assertion can be reproduced with LLDB test
`python_api/thread/TestThreadAPI.py` (it fails).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list