[PATCH] D113639: [test-suite] Fix signed integer overflow error for pc1cod.c
Shrill Shrestha via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 11 13:18:00 PST 2021
Shrill added a comment.
In D113639#3125594 <https://reviews.llvm.org/D113639#3125594>, @MatzeB wrote:
> It seems something is off with the line endings of the patch (or `arc patch D113639` is failing on my end). The changed lines get a CR+LF instead of a unix LF line ending. How did you produce and upload the patch?
I generated a patch file using: `git show HEAD -U999999 > mypatch.patch` as mentioned in the code review webpage and uploaded the file using differential.
I wasn't aware it generated the patch file with CR+LF line ending. I will change the line endings to LF and upload the updated patch file.
Repository:
rT test-suite
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113639/new/
https://reviews.llvm.org/D113639
More information about the llvm-commits
mailing list