[PATCH] D147506: [DebugLine] save one debug line entry for empty prologue
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 20:35:14 PDT 2023
shchenz marked an inline comment as done.
shchenz added a comment.
> I think this seems reasonable. Dis you run the LLDB test suite against this change?
Just run a `make check-lldb` on PPC64LE target, no regression found.
> Looks a duplicate of https://reviews.llvm.org/D49426
oops, I really didn't realize that patch. Good to know we also get an agreement there that what this patch proposes is correct. Considering that patch is pending there for more than 4 years (the last comment is ping to the author about 2 year ago), I will continue with this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147506/new/
https://reviews.llvm.org/D147506
More information about the llvm-commits
mailing list