[PATCH] D80796: [DebugInfo] Add use of truncating data extractor to debug line parsing

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 06:55:53 PDT 2020


labath added a comment.

In D80796#2066013 <https://reviews.llvm.org/D80796#2066013>, @jhenderson wrote:

> In D80796#2065818 <https://reviews.llvm.org/D80796#2065818>, @labath wrote:
>
> > Looks good too. (and reminds me I should really get back to finishing my patch for parsing the prologue).
>
>
> By the way, could you refresh me on what that patch will be doing? I've got a few more patches in related areas I want to work on, but I don't want to tread on your toes, if you are already part way through doing one or more of these changes!


It's D77557 <https://reviews.llvm.org/D77557> -- it does something similar to this patch, but handles the line table prologue. The patch had a bunch of dependencies, and was never my top priority so it got buried on my stack.. I have a bit of time now, so let me see what it takes to revive it...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80796





More information about the llvm-commits mailing list