File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
clang: git build-essential pkg-config python3 curl openjdk-11-jdk pkg-config libncurses-dev libxml2-utils libxml2-dev
64
64
msvc: ''
65
65
extra-values : |
66
- llvm-hash: 93b83642ee34d0092b94776728dad0117c2b72a1
66
+ llvm-hash: 6f5e5b630559f2d17bdccfab5dff3a97ac0f8c66
67
67
llvm-id: {{ substr llvm-hash 0 7 }}
68
68
llvm-build-preset-prefix: {{#if optimized-debug}}debwithopt{{else}}{{lowercase build-type}}{{/if}}
69
69
llvm-build-preset-suffix: {{#if (ieq os 'windows') }}win{{else}}unix{{/if}}
Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ NOTE: These examples assume VcPkg is already installed in the `third-party/vcpkg
297
297
=== LLVM
298
298
299
299
MrDocs uses LLVM to parse C++ code and extract documentation from it.
300
- It depends on a recent version of LLVM: https://github.com/llvm/llvm-project/tree/93b83642ee34d0092b94776728dad0117c2b72a1[93b8364 ]
300
+ It depends on a recent version of LLVM: https://github.com/llvm/llvm-project/tree/6f5e5b630559f2d17bdccfab5dff3a97ac0f8c66[6f5e5b6 ]
301
301
302
302
**Download**:
303
303
@@ -310,7 +310,7 @@ mkdir -p llvm-project <.>
310
310
cd llvm-project
311
311
git init <.>
312
312
git remote add origin https://github.com/llvm/llvm-project.git <.>
313
- git fetch --depth 1 origin 93b83642ee34d0092b94776728dad0117c2b72a1 <.>
313
+ git fetch --depth 1 origin 6f5e5b630559f2d17bdccfab5dff3a97ac0f8c66 <.>
314
314
git checkout FETCH_HEAD <.>
315
315
----
316
316
You can’t perform that action at this time.
0 commit comments