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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 4 13:57:41 PST 2018


probinson added a comment.

Easy enough to accommodate NVPTX, if you use DWARF version to pick constant size versus label diff.  I don't remember what it takes to work out what the target is at this point, but version is obviously easy.


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