Skip to content

Commit

Permalink
[FOLD] bump llvm commit hash to 6f5e5b6
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Nov 26, 2024
1 parent e5bd499 commit eb3e837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
clang: git build-essential pkg-config python3 curl openjdk-11-jdk pkg-config libncurses-dev libxml2-utils libxml2-dev
msvc: ''
extra-values: |
llvm-hash: 93b83642ee34d0092b94776728dad0117c2b72a1
llvm-hash: 6f5e5b630559f2d17bdccfab5dff3a97ac0f8c66
llvm-id: {{ substr llvm-hash 0 7 }}
llvm-build-preset-prefix: {{#if optimized-debug}}debwithopt{{else}}{{lowercase build-type}}{{/if}}
llvm-build-preset-suffix: {{#if (ieq os 'windows') }}win{{else}}unix{{/if}}
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/install.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ NOTE: These examples assume VcPkg is already installed in the `third-party/vcpkg
=== LLVM

MrDocs uses LLVM to parse C++ code and extract documentation from it.
It depends on a recent version of LLVM: https://github.com/llvm/llvm-project/tree/93b83642ee34d0092b94776728dad0117c2b72a1[93b8364]
It depends on a recent version of LLVM: https://github.com/llvm/llvm-project/tree/6f5e5b630559f2d17bdccfab5dff3a97ac0f8c66[6f5e5b6]

**Download**:

Expand All @@ -310,7 +310,7 @@ mkdir -p llvm-project <.>
cd llvm-project
git init <.>
git remote add origin https://github.com/llvm/llvm-project.git <.>
git fetch --depth 1 origin 93b83642ee34d0092b94776728dad0117c2b72a1 <.>
git fetch --depth 1 origin 6f5e5b630559f2d17bdccfab5dff3a97ac0f8c66 <.>
git checkout FETCH_HEAD <.>
----

Expand Down

0 comments on commit eb3e837

Please sign in to comment.