File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,13 @@ setlocal enableextensions enabledelayedexpansion
79
79
80
80
git config --global core.autocrlf false
81
81
git clone --depth 1 --single-branch https://github.com/apple/swift-cmark cmark %exitOnError%
82
- git clone --depth 1 --single-branch https://github.com/apple/swift-clang clang %exitOnError%
83
- git clone --depth 1 --single-branch https://github.com/apple/swift-llvm llvm %exitOnError%
84
- git clone --depth 1 --single-branch https://github.com/apple/swift-lldb lldb %exitOnError%
85
- git clone --depth 1 --single-branch https://github.com/apple/swift-compiler-rt compiler-rt %exitOnError%
82
+ git clone --depth 1 --single-branch --branch swift/master https://github.com/apple/llvm-project llvm-project %exitOnError%
83
+ mklink /D " %source_root% \clang" " %source_root% \llvm-project\clang"
84
+ mklink /D " %source_root% \llvm" " %source_root% \llvm-project\llvm"
85
+ mklink /D " %source_root% \lldb" " %source_root% \llvm-project\lldb"
86
+ mklink /D " %source_root% \compiler-rt" " %source_root% \llvm-project\compiler-rt"
87
+ mklink /D " %source_root% \libcxx" " %source_root% \llvm-project\libcxx"
88
+ mklink /D " %source_root% \clang-tools-extra" " %source_root% \llvm-project\clang-tools-extra"
86
89
git clone --depth 1 --single-branch https://github.com/apple/swift-corelibs-libdispatch %exitOnError%
87
90
88
91
goto :eof
You can’t perform that action at this time.
0 commit comments