From 7258737a1176f4a50e88e70d23305a01ff3ceebd Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 9 Sep 2008 22:13:09 +0000 Subject: Fix a minor wording ambiguity in the Developer Policy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56022 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DeveloperPolicy.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/DeveloperPolicy.html b/docs/DeveloperPolicy.html index 4ab0fe42be..12e88d3525 100644 --- a/docs/DeveloperPolicy.html +++ b/docs/DeveloperPolicy.html @@ -245,7 +245,8 @@
  • 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 "llvm-test/MultiSource/Benchmarks".
  • + subset might be something like + "llvm-test/MultiSource/Benchmarks".

    Additionally, the committer is responsible for addressing any problems found in the future that the change is responsible for. For example:

    -- cgit v1.2.3