Skip to content

Update readme after the migration to swiftlang org #38

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

Merged
merged 1 commit into from
Jul 16, 2024
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ project. The minimum supported Swift version is 5.9.
Since the bindings rely on LLVM headers, you will need a fresh checkout of LLVM
locally. Both upstream LLVM
([llvm/llvm-project](https://github.com/llvm/llvm-project)) and Apple's
LLVM fork ([apple/llvm-project](https://github.com/apple/llvm-project)) are
supported.
LLVM fork ([swiftlang/llvm-project](https://github.com/swiftlang/llvm-project))
are supported.

Similarly to LLVM, CMake is used to build the bindings. To configure the build
process, run the following command:
Expand Down Expand Up @@ -55,7 +55,7 @@ cmake --build {PATH_TO_BUILD_ROOT} --target LLVM_Utils
of ([llvm/llvm-project](https://github.com/llvm/llvm-project)).

`stable/YYYYMMDD` branch tracks the corresponding `stable/YYYYMMDD` branch
of ([apple/llvm-project](https://github.com/apple/llvm-project)).
of ([swiftlang/llvm-project](https://github.com/swiftlang/llvm-project)).

## Contributing

Expand Down