[PATCH] D133376: Allow epilogue_begin to be emitted when generating DWARF

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 00:36:33 PST 2022


labath added a comment.

I don't think that this indicates a problem with this patch, but you might be interested to know that this broke a test in lldb which was trying to change the PC value to a given line (and it failed because that line was now associated with multiple line entries). I have worked around the problem with a06342d250ec7bee37dc93477f233e43e597aca5 <https://reviews.llvm.org/rGa06342d250ec7bee37dc93477f233e43e597aca5> and filed PR59458 to track possible improvements in the lldb implementation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133376



More information about the llvm-commits mailing list