Skip to content

Commit f69fef7

Browse files
authored
consolidates references to LLVM and Swift into the project operations repository (#1126)
* consolidates references to LLVM and Swift into the project operations repository * fix error in nav
1 parent 25b6504 commit f69fef7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

_data/navigation.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)