[PATCH] Implement some missing relocs for X86_64
Rafael Auler
rafaelauler at gmail.com
Wed Nov 12 14:37:54 PST 2014
Another thing, when submitting patches to Phabricator, it is interesting to provide patches with full context (see http://llvm.org/docs/Phabricator.html ). To do this, use
git diff -U999999 other-branch
-or-
svn diff --diff-cmd=diff -x -U999999
This eases the task of code review because we can see the entire code. It is not cluttered because Phabricator itself will collapse unchanged parts, but we can expand them on demand.
http://reviews.llvm.org/D6235
More information about the llvm-commits
mailing list