[PATCH] D99534: [dsymutil] Relocate DW_TAG_label

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 12:56:04 PDT 2021


dblaikie added a comment.

Any uses of low_pc other than the CU's low_pc that you know of that shouldn't be handled in this way? Maybe the positive list (inlined, lexical, label) should be removed?

(what about generalizing further to any address class variable? In DWARFv5 that's as easy as DW_FORM_addr and DW_FORM_addrx* forms, I think?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99534



More information about the llvm-commits mailing list