Skip to content

consolidates references to LLVM and Swift into the project operations repository #1126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
- title: Reporting Bugs
name: reporting-bugs
- title: Triaging Bugs
name: triaging-bugs
name: triaging-bugsllbm
- title: Blog Post Contributions
name: website-and-blog-post-contributions
- title: Swift Evolution
Expand All @@ -61,8 +61,6 @@
name: contributing-code
- title: Adding External Library Dependencies
name: adding-external-library-dependencies
- title: LLVM and Swift
name: llvm-and-swift
- section: Steering Groups
- title: Ecosystem
url: /ecosystem-steering-group/
Expand Down
6 changes: 6 additions & 0 deletions contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ as described in [Source Code](/documentation/source-code).
{% include_relative _swift-evolution-process.md %}
{% include_relative _good-first-issues.md %}
{% include_relative _contributing-code.md %}

### LLVM and Swift

For more information about the clone of the LLVM repository, see
[LLVM and Swift](https://github.com/swiftlang/project-operations/blob/main/llvm-and-swift.md)
in the [project-operations](https://github.com/swiftlang/project-operations/) repository.
5 changes: 4 additions & 1 deletion documentation/source-code/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ file](https://github.com/swiftlang/swift/blob/main/README.md).
Swift builds upon several other open-source projects, most notably
[the LLVM Compiler Infrastructure](http://llvm.org). Swift's clones of
the repositories of those open-source projects contain Swift-specific
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).
changes and are merged regularly from their upstream sources.
For more information about the clone of the LLVM repository, see
[LLVM and Swift](https://github.com/swiftlang/project-operations/blob/main/llvm-and-swift.md)
in the [project-operations](https://github.com/swiftlang/project-operations/) repository.

[llvm-project](https://github.com/swiftlang/llvm-project)
: 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).
Expand Down