[llvm-commits] [llvm] r56022 - /llvm/trunk/docs/DeveloperPolicy.html

Dan Gohman gohman at apple.com
Tue Sep 9 15:13:09 PDT 2008


Author: djg
Date: Tue Sep  9 17:13:09 2008
New Revision: 56022

URL: http://llvm.org/viewvc/llvm-project?rev=56022&view=rev
Log:
Fix a minor wording ambiguity in the Developer Policy.

Modified:
    llvm/trunk/docs/DeveloperPolicy.html

Modified: llvm/trunk/docs/DeveloperPolicy.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.html?rev=56022&r1=56021&r2=56022&view=diff

==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.html (original)
+++ llvm/trunk/docs/DeveloperPolicy.html Tue Sep  9 17:13:09 2008
@@ -245,7 +245,8 @@
     <li>The code must not cause regressions on a reasonable subset of llvm-test,
         where "reasonable" depends on the contributor's judgement and the scope
         of the change (more invasive changes require more testing). A reasonable
-        subset is "<tt>llvm-test/MultiSource/Benchmarks</tt>".</li>
+        subset might be something like
+        "<tt>llvm-test/MultiSource/Benchmarks</tt>".</li>
   </ol>
   <p>Additionally, the committer is responsible for addressing any problems
   found in the future that the change is responsible for.  For example:</p>





More information about the llvm-commits mailing list