[PATCH] D69847: DWARFDebugLoc(v4): Add an incremental parsing function
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 12:11:11 PST 2019
labath added a comment.
In D69847#1753814 <https://reviews.llvm.org/D69847#1753814>, @dblaikie wrote:
> Hmm, I'm not seeing these extra ulebs in GCC's output in this example: https://godbolt.org/z/x5RvMY - am I missing something in the reproduction or not reading it accurately?
It looks like you need to add ` -gvariable-location-views` to the command line. I'm not sure what's the difference, but my build of gcc seems to have it on by default, and godbolt's doesn't.
I'm going to reply to the other comment tomorrow.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69847/new/
https://reviews.llvm.org/D69847
More information about the llvm-commits
mailing list