File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ Git repository urls found here: [http://llvm.org/docs/GettingStarted.html#git-mi
20
20
3 . Clone Clang to ` <CppSharp>\deps\llvm\tools\clang `
21
21
4 . Create directory ` <CppSharp>\deps\llvm\build `
22
22
23
+ Last revisions known to work:
24
+
25
+ LLVM ` r230176 ` / Git mirror revision ` 0e8abfa6ed986c892ec723236e32e78fd9c47b88 ` .
26
+
27
+ Clang ` r230160 ` / Git mirror revision ` 3457cd5516ac741fa106623d9578f5ac88593f4d ` .
28
+
23
29
## Compiling on Windows/Visual Studio
24
30
25
31
### 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
42
48
msbuild LLVM.sln /p:Configuration=RelWithDebInfo; Platform=x64 /m
43
49
```
44
50
45
- Last revisions known to work:
46
-
47
- LLVM ` r230176 ` / Git mirror revision ` 0e8abfa6ed986c892ec723236e32e78fd9c47b88 ` .
48
-
49
- Clang ` r230160 ` / Git mirror revision ` 3457cd5516ac741fa106623d9578f5ac88593f4d ` .
50
-
51
51
### Compiling CppSharp on Windows/Visual Studio
52
52
53
53
``` shell
You can’t perform that action at this time.
0 commit comments