Skip to content

Commit 8326e11

Browse files
committed
Update LLVM development policy
State explicitly that we want to eliminate all differences between `apple/master` and `llvm.org/master`. All new LLVM development should happen upstream.
1 parent 65d66da commit 8326e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Branches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ You can use any of the branch names as the argument to `--scheme`, such as `mast
6262

6363
... then these commits can be cherry-picked to an appropriate, `swift/master` aligned `apple/stable/*` branch in Apple's fork of [llvm-project](https://github.com/apple/llvm-project). Please see
6464
[Apple's branching scheme](https://github.com/apple/llvm-project/blob/apple/master/apple-docs/AppleBranchingScheme.md)
65-
document to determine which `apple/stable/*` branch you should cherry-pick to.
65+
document to determine which `apple/stable/*` branch you should cherry-pick to. Note that no new changes should be submitted directly to `apple/master`. We are actively working on eliminating the differences from upstream LLVM.
6666

6767
2) Changes that depend on Swift (this only applies to LLDB): new commits go to `swift/master-next`
6868

0 commit comments

Comments
 (0)