File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363 clang: git build-essential pkg-config python3 curl openjdk-11-jdk pkg-config libncurses-dev libxml2-utils libxml2-dev
6464 msvc: ''
6565 extra-values : |
66- llvm-hash: 93b83642ee34d0092b94776728dad0117c2b72a1
66+ llvm-hash: 6f5e5b630559f2d17bdccfab5dff3a97ac0f8c66
6767 llvm-id: {{ substr llvm-hash 0 7 }}
6868 llvm-build-preset-prefix: {{#if optimized-debug}}debwithopt{{else}}{{lowercase build-type}}{{/if}}
6969 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
297297=== LLVM
298298
299299MrDocs 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 ]
301301
302302**Download**:
303303
@@ -310,7 +310,7 @@ mkdir -p llvm-project <.>
310310cd llvm-project
311311git init <.>
312312git remote add origin https://github.com/llvm/llvm-project.git <.>
313- git fetch --depth 1 origin 93b83642ee34d0092b94776728dad0117c2b72a1 <.>
313+ git fetch --depth 1 origin 6f5e5b630559f2d17bdccfab5dff3a97ac0f8c66 <.>
314314git checkout FETCH_HEAD <.>
315315----
316316
You can’t perform that action at this time.
0 commit comments