[PATCH] D55281: debuginfo: Use symbol difference for CU length to simplify assembly reading/editing

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 10:23:40 PST 2018


dblaikie added a comment.

In D55281#1318934 <https://reviews.llvm.org/D55281#1318934>, @JDevlieghere wrote:

> What happens today with NVPTX for other debug info sections that use label arithmetic? I know for sure that the accelerator tables/debug_names is using this, but maybe they're not used with this target?


Yeah, it uses dwarf-2 or something & really restricts which features are enabled because of this limitation.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55281





More information about the llvm-commits mailing list