[PATCH] D46843: Rename three cxx files in unittests to cpp.

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 15 07:12:48 PDT 2018


philip.pfaffe added a comment.

After some digging, I believe this is caused by svn diff comparing the new file against the old one, which is of course unsuitable to create patches from. So you likely should create the diff with `svn diff --show-copies-as-adds` or `svn diff --patch-compatible`.


https://reviews.llvm.org/D46843





More information about the llvm-commits mailing list