[PATCH] D95617: [DWARF] Inlined variables with no location should not have a DW_TAG_variable

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 03:50:43 PST 2022


ro added a comment.
Herald added a subscriber: asavonic.

`no-empty-child-vars.ll` FAILs on SPARC: the first

  ; CHECK:     DW_TAG_subprogram
  ; CHECK:       DW_AT_abstract_origin (0x{{[0-9a-f]*}} "foo")

is missing completely and both `qux` and `croix` lack `DW_TAG_inlined_subroutine`.

Any suggestion what to do about this?

Thanks.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95617



More information about the llvm-commits mailing list