[all-commits] [llvm/llvm-project] 0a2d41: [LLD] Report errors occurred while parsing debug i...

avl-llvm via All-commits all-commits at lists.llvm.org
Fri Feb 28 13:03:23 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0a2d415bd059366dcd43889fae9c239d40a8144d
      https://github.com/llvm/llvm-project/commit/0a2d415bd059366dcd43889fae9c239d40a8144d
  Author: Alexey Lapshin <a.v.lapshin at mail.ru>
  Date:   2020-02-29 (Sat, 29 Feb 2020)

  Changed paths:
    M lld/ELF/SyntheticSections.cpp
    M lld/test/ELF/gdb-index-invalid-ranges.s
    M lld/test/ELF/gdb-index-parse-fail.s

  Log Message:
  -----------
  [LLD] Report errors occurred while parsing debug info as warnings.

Summary:
Extracted from D74773. Currently, errors happened while parsing
debug info are reported as errors. DebugInfoDWARF library treats such
errors as "Recoverable errors". This patch makes debug info errors
to be reported as warnings, to support DebugInfoDWARF approach.

Reviewers: ruiu, grimar, MaskRay, jhenderson, espindola

Reviewed By: MaskRay, jhenderson

Subscribers: emaste, aprantl, arichardson, arphaman, llvm-commits

Tags: #llvm, #debug-info, #lld

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




More information about the All-commits mailing list