[Parallel_libs-commits] [PATCH] D23851: [StreamExecutor] Rename Executor to Device

Jason Henline via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Wed Aug 24 14:09:27 PDT 2016


jhen added inline comments.

================
Comment at: streamexecutor/lib/unittests/DeviceTest.cpp:476
@@ +475,2 @@
+
+} // namespace
----------------
I actually tried to fix this by redoing things with "git mv" to try to clue git in about the change, but it is still showing up as a separate deletion and addition. A little Googling suggests that this will happen if there are too many changes after the move because "git mv" is just an alias for "git rm && git add", so I think that's what happened here.


https://reviews.llvm.org/D23851





More information about the Parallel_libs-commits mailing list