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.
23
23
Since the bindings rely on LLVM headers, you will need a fresh checkout of LLVM
24
24
locally. Both upstream LLVM
25
25
([ 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.
28
28
29
29
Similarly to LLVM, CMake is used to build the bindings. To configure the build
30
30
process, run the following command:
@@ -55,7 +55,7 @@ cmake --build {PATH_TO_BUILD_ROOT} --target LLVM_Utils
55
55
of ([ llvm/llvm-project] ( https://github.com/llvm/llvm-project ) ).
56
56
57
57
` 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 ) ).
59
59
60
60
## Contributing
61
61
You can’t perform that action at this time.
0 commit comments