[Lldb-commits] [PATCH] Python split [1/2] - File renames

Zachary Turner zturner at google.com
Wed Mar 4 11:23:46 PST 2015


Also, it sounds like the reason the patch didn't work for you and you had to fix a bunch of errors is because you only applied this patch and not the subsequent one, http://reviews.llvm.org/D7957.  This patch only renames files, it doesn't change any content.  The reason it was done that way is because it's the only way to get the review tool to not conflate the two (even if git detects it as a rename, when you upload the tool will show one mass of deleted content and another mass of (different) added content.  The way around this is two patches.  One that only renames, and one that only fixes up changes.

In any case, I will try to get it working on Mac.


http://reviews.llvm.org/D7956

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list