Skip to content

Commit f97af26

Browse files
committed
Update GettingStarted.md
1 parent 46cf762 commit f97af26

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/GettingStarted.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Git repository urls found here: [http://llvm.org/docs/GettingStarted.html#git-mi
2020
3. Clone Clang to `<CppSharp>\deps\llvm\tools\clang`
2121
4. Create directory `<CppSharp>\deps\llvm\build`
2222

23+
Last revisions known to work:
24+
25+
LLVM `r230176` / Git mirror revision `0e8abfa6ed986c892ec723236e32e78fd9c47b88`.
26+
27+
Clang `r230160` / Git mirror revision `3457cd5516ac741fa106623d9578f5ac88593f4d`.
28+
2329
## Compiling on Windows/Visual Studio
2430

2531
### Compiling LLVM on Windows/Visual Studio (32-bit binaries)
@@ -42,12 +48,6 @@ cmake -G "Visual Studio 12 Win64" -DCLANG_BUILD_EXAMPLES=false -DCLANG_INCLUDE_D
4248
msbuild LLVM.sln /p:Configuration=RelWithDebInfo;Platform=x64 /m
4349
```
4450

45-
Last revisions known to work:
46-
47-
LLVM `r230176` / Git mirror revision `0e8abfa6ed986c892ec723236e32e78fd9c47b88`.
48-
49-
Clang `r230160` / Git mirror revision `3457cd5516ac741fa106623d9578f5ac88593f4d`.
50-
5151
### Compiling CppSharp on Windows/Visual Studio
5252

5353
```shell

0 commit comments

Comments
 (0)