File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ project. The minimum supported Swift version is 5.9.
2323Since the bindings rely on LLVM headers, you will need a fresh checkout of LLVM
2424locally. Both upstream LLVM
2525([ llvm/llvm-project] ( https://github.com/llvm/llvm-project ) ) and Apple's
26- LLVM fork ([ apple /llvm-project] ( https://github.com/apple /llvm-project ) ) are
27- supported.
26+ LLVM fork ([ swiftlang /llvm-project] ( https://github.com/swiftlang /llvm-project ) )
27+ are supported.
2828
2929Similarly to LLVM, CMake is used to build the bindings. To configure the build
3030process, run the following command:
@@ -55,7 +55,7 @@ cmake --build {PATH_TO_BUILD_ROOT} --target LLVM_Utils
5555of ([ llvm/llvm-project] ( https://github.com/llvm/llvm-project ) ).
5656
5757` stable/YYYYMMDD ` branch tracks the corresponding ` stable/YYYYMMDD ` branch
58- of ([ apple /llvm-project] ( https://github.com/apple /llvm-project ) ).
58+ of ([ swiftlang /llvm-project] ( https://github.com/swiftlang /llvm-project ) ).
5959
6060## Contributing
6161
You can’t perform that action at this time.
0 commit comments