[PATCH] D37625: [DWARF] Incorrect prologue end line record.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 10:51:37 PDT 2017


probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.

I see that findPrologueEndLoc() is also checking the FrameSetup flag, so at least this makes the handling consistent, and relying on FrameSetup actually seems cleaner than relying on source locations.  If you have time to investigate why the source locations seem wrong, that would be great.
LGTM after you fix the comment Adrian pointed out.


https://reviews.llvm.org/D37625





More information about the llvm-commits mailing list