[all-commits] [llvm/llvm-project] b14b91: [LLDB][DWARF] Add an option to silence unsupported...

Walter Erquinigo via All-commits all-commits at lists.llvm.org
Fri Aug 30 13:37:24 PDT 2024


  Branch: refs/heads/users/modular/24.5
  Home:   https://github.com/llvm/llvm-project
  Commit: b14b9126c92c548574a38c3142f482d4c0e65529
      https://github.com/llvm/llvm-project/commit/b14b9126c92c548574a38c3142f482d4c0e65529
  Author: Walter Erquinigo <walter at modular.com>
  Date:   2024-08-30 (Fri, 30 Aug 2024)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFProperties.td

  Log Message:
  -----------
  [LLDB][DWARF] Add an option to silence unsupported DW_FORM warnings

My build of LLDB is all the time loading targets with a version of
libc++ that was built with gcc that uses the DW_FORM 0x1e that is not
implemented by LLVM, and I doubt it'll ever implement it. It's used for
some 128 bit encoding of numbers, which is just very weird.
Because of this, LLDB is showing some warnings all the time for my
users, so I'm adding a flag to control the enablement of this warning.



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