File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,9 @@ cmake --build "S:\b\cmark"
120
120
### 6. Build LLVM/Clang
121
121
- This must be done from within a developer command prompt. LLVM and Clang are
122
122
large projects, so building might take a few hours. Make sure that the build
123
- type (e.g. ` Debug ` , ` Release ` , ` RelWithDebInfoAssert ` ) for LLVM/Clang matches the
124
- build type for Swift.
123
+ type for LLVM/Clang is compatbile with the build type for Swift. That is,
124
+ either build everything ` Debug ` or some variant of ` Release ` (e.g. ` Release ` ,
125
+ ` RelWithDebInfo ` ).
125
126
``` cmd
126
127
mkdir "S:\b\llvm"
127
128
pushd "S:\b\llvm"
@@ -199,10 +200,8 @@ pushd "S:\b\lldb"
199
200
cmake -G Ninja^
200
201
-DCMAKE_BUILD_TYPE=RelWithDebInfo^
201
202
-DLLDB_ALLOW_STATIC_BINDINGS=YES^
202
- -DLLDB_PATH_TO_LLVM_SOURCE="S:\llvm"^
203
203
-DLLDB_PATH_TO_CLANG_SOURCE="S:\clang"^
204
204
-DLLDB_PATH_TO_SWIFT_SOURCE="S:\swift"^
205
- -DLLDB_PATH_TO_CMARK_BUILD="S:\b\cmark"^
206
205
-DLLDB_PATH_TO_CLANG_BUILD="S:\b\llvm"^
207
206
-DLLDB_PATH_TO_LLVM_BUILD="S:\b\llvm"^
208
207
-DLLDB_PATH_TO_SWIFT_BUILD="S:\b\swift"^
You can’t perform that action at this time.
0 commit comments