[PATCH] D157669: Fix spurious errors that would be emitted when DW_TAG_subprogram DIEs had mutliple ranges in DW_AT_ranges.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 22:00:01 PDT 2023


clayborg updated this revision to Diff 549243.
clayborg added a comment.

Update to not warn about inline functions not being in the parent address ranges if:

- the concrete function has more than one range and there are no inline ranges in the current range
- all top level inline functions have empty address ranges (which mean they were elided)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157669/new/

https://reviews.llvm.org/D157669

Files:
  llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp
  llvm/unittests/DebugInfo/GSYM/GSYMTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157669.549243.patch
Type: text/x-patch
Size: 24759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230811/7fac6367/attachment.bin>


More information about the llvm-commits mailing list