[PATCH] D79306: llvm rejects DWARF operator DW_OP_push_object_address.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 08:01:14 PDT 2020


probinson added a comment.

I can see that DW_OP_push_object_address would be the norm for a Fortran array with a descriptor, but I wouldn't expect it to be used for all subranges.  For example a VLA would need to point to a separate entity containing the upper bound, but that separate entity wouldn't be tied to the object address.


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

https://reviews.llvm.org/D79306





More information about the llvm-commits mailing list