[all-commits] [llvm/llvm-project] c97e5a: [lldb][test] Disable TestSBValueUnsignedEnumBitFie...

Michael137 via All-commits all-commits at lists.llvm.org
Tue Sep 27 06:09:46 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c97e5adbf7c44ba5c46ec14712d3d8ee8b45aac9
      https://github.com/llvm/llvm-project/commit/c97e5adbf7c44ba5c46ec14712d3d8ee8b45aac9
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2022-09-27 (Tue, 27 Sep 2022)

  Changed paths:
    M lldb/test/API/python_api/sbvalue_unsigned_enum_bitfield_value/TestSBValueUnsignedEnumBitField.py

  Log Message:
  -----------
  [lldb][test] Disable TestSBValueUnsignedEnumBitField.py for old DWARF versions

With older DWARF versions we don't encode the enum's underlying
type in DWARF. In those cases LLDB sign-extends the bitfield as
a signed integer. Without the actual enum type being present in
DWARF there's not much we can do.

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




More information about the All-commits mailing list