Skip to content

Commit d8aaf27

Browse files
committed
consolidates references to LLVM and Swift into the project operations repository
1 parent 5dabd85 commit d8aaf27

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

_data/navigation.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
- title: Reporting Bugs
5151
name: reporting-bugs
5252
- title: Triaging Bugs
53-
name: triaging-bugs
53+
name: triaging-bugsllbm
5454
- title: Blog Post Contributions
5555
name: website-and-blog-post-contributions
5656
- title: Swift Evolution
@@ -61,8 +61,6 @@
6161
name: contributing-code
6262
- title: Adding External Library Dependencies
6363
name: adding-external-library-dependencies
64-
- title: LLVM and Swift
65-
name: llvm-and-swift
6664
- section: Steering Groups
6765
- title: Ecosystem
6866
url: /ecosystem-steering-group/

contributing/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ as described in [Source Code](/documentation/source-code).
2424
{% include_relative _swift-evolution-process.md %}
2525
{% include_relative _good-first-issues.md %}
2626
{% include_relative _contributing-code.md %}
27+
28+
### LLVM and Swift
29+
30+
For more information about the clone of the LLVM repository, see
31+
[LLVM and Swift](https://github.com/swiftlang/project-operations/blob/main/llvm-and-swift.md)
32+
in the [project-operations](https://github.com/swiftlang/project-operations/) repository.

documentation/source-code/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ file](https://github.com/swiftlang/swift/blob/main/README.md).
7373
Swift builds upon several other open-source projects, most notably
7474
[the LLVM Compiler Infrastructure](http://llvm.org). Swift's clones of
7575
the repositories of those open-source projects contain Swift-specific
76-
changes and are merged regularly from their upstream sources. For more information about the clone of LLVM repository, see the section on [LLVM and Swift](/contributing/#llvm-and-swift).
76+
changes and are merged regularly from their upstream sources.
77+
For more information about the clone of the LLVM repository, see
78+
[LLVM and Swift](https://github.com/swiftlang/project-operations/blob/main/llvm-and-swift.md)
79+
in the [project-operations](https://github.com/swiftlang/project-operations/) repository.
7780

7881
[llvm-project](https://github.com/swiftlang/llvm-project)
7982
: The source code for [LLVM](http://llvm.org), with a handful of Swift-specific additions. Merged regularly from the [LLVM sources at llvm.org](https://github.com/llvm/llvm-project).

0 commit comments

Comments
 (0)