X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FDeveloperPolicy.html;h=b11e48bee354e4b6432c5cfbc553d066dc2756ad;hb=9e6d1d1f5034347d237941f1bf08fba5c1583cd3;hp=0c87a697228ceeaf3c8f50408f89f4d6cd068581;hpb=f86a77868c4d8212b796cde0e71c7d02ae1f6749;p=oota-llvm.git diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 0c87a697228..b11e48bee35 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -99,7 +99,9 @@
  1. Make your patch against the Subversion trunk, not a branch, and not an old - version of LLVM. This makes it easy to apply the patch.
  2. + version of LLVM. This makes it easy to apply the patch. For information + on how to check out SVN trunk, please see the Getting Started Guide.
  3. Similarly, patches should be submitted soon after they are generated. Old patches may not apply correctly if the underlying code changes between the