Skip to content

Commit 122abb4

Browse files
xiaobaibulbazord
authored andcommitted
Update WindowsBuild.md
Let's make sure that the LLVM/Clang builds are compatible with the other projects builds.
1 parent b41f441 commit 122abb4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/WindowsBuild.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ cmake --build "S:\b\cmark"
120120
### 6. Build LLVM/Clang
121121
- This must be done from within a developer command prompt. LLVM and Clang are
122122
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`).
125126
```cmd
126127
mkdir "S:\b\llvm"
127128
pushd "S:\b\llvm"

0 commit comments

Comments
 (0)