[LLVMdev] Howdy + GIT
Nico Rieck
nico.rieck at gmail.com
Thu Jan 15 13:03:27 PST 2015
On 15.01.2015 21:29, Josh Klontz wrote:
> [...] Thus, after identifying+fixing a minor issue in my LLVM submodule,
> my workflow looks like:
>
> 1. Clone LLVM SVN repo
> 2. Copy patch to SVN
> 3. Review documentation for submitting a patch to Phabricator for review
> 4. Submit patch and CC mailing list
There's no need to switch to SVN. You can just git format-patch the
relevant commits and attach the patch to a mail. For Phabricator you
should increase the amount of context lines; or use Arcanist which does
diffing and submitting to Phab for you.
-Nico
More information about the llvm-dev
mailing list