[PATCH] D54465: [CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 15 18:25:40 PST 2018
HsiangKai added a comment.
In https://reviews.llvm.org/D54465#1299909, @vext01 wrote:
> This patch doesn't seem to apply. Does it need regenerating?
>
> vext01 at bencher8:~/source/llvm$ patch -Ep0 < D54465.diff
> patching file lib/CodeGen/LiveDebugVariables.cpp
> Hunk #2 FAILED at 340.
> Hunk #3 succeeded at 352 with fuzz 1 (offset -5 lines).
> Hunk #4 FAILED at 372.
> Hunk #5 succeeded at 395 (offset -9 lines).
> Hunk #6 succeeded at 441 (offset -9 lines).
> Hunk #7 succeeded at 466 (offset -9 lines).
> Hunk #8 succeeded at 487 (offset -9 lines).
> Hunk #9 succeeded at 531 (offset -9 lines).
> Hunk #10 succeeded at 615 (offset -9 lines).
> Hunk #11 succeeded at 651 (offset -9 lines).
> Hunk #12 succeeded at 1291 (offset -7 lines).
> Hunk #13 succeeded at 1348 (offset -7 lines).
> 2 out of 13 hunks FAILED -- saving rejects to file lib/CodeGen/LiveDebugVariables.cpp.rej
> The next patch would create the file test/CodeGen/Generic/live-debug-label.ll,
> which already exists! Assume -R? [n]
>
Sorry for that.
I have created another patch to refine doxygen document first in https://reviews.llvm.org/D54568.
You should apply it first, then apply this patch.
Repository:
rL LLVM
https://reviews.llvm.org/D54465
More information about the llvm-commits
mailing list