Skip to content

Commit

Permalink
Merge pull request #24 from xdoardo/llvm-18
Browse files Browse the repository at this point in the history
Build 18.x release
  • Loading branch information
syrusakbary authored Sep 23, 2024
2 parents 4f47402 + 5787cf2 commit f96db93
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# adds an additional copy per link, but it reliably works and
# the additional size is not too large on Windows.
tar_extra_args: '--dereference'
llvm_version: ['16.x']
llvm_version: ['18.x']
llvm_repo_url: ['https://github.com/llvm/llvm-project.git']
fail-fast: true

Expand All @@ -46,13 +46,13 @@ jobs:
run: |
sudo apt-get install ninja-build -y
- name: Install cross-compilatio tools
- name: Install cross-compilation tools
if: matrix.target.id == 'linux-aarch64'
shell: bash
run: |
sudo apt-get install gcc-12-aarch64-linux-gnu g++-12-aarch64-linux-gnu gcc-12-multilib binutils-aarch64-linux-gnu libgcc-12-dev-arm64-cross libstdc++6-arm64-cross -y
- name: Install cross-compilatio tools
- name: Install cross-compilation tools
if: matrix.target.id == 'linux-riscv64'
shell: bash
run: |
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

strategy:
matrix:
llvm_version: ['16.x']
llvm_version: ['18.x']

steps:
- name: Download the Artifacts
Expand Down
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,30 @@ assets](https://github.com/wasmerio/llvm-custom-builds/releases).
</tr>
</thead>
<tbody>
<tr>
<td rowspan="5">18</td>
<td rowspan="3">amd64</td>
<td>Darwin</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/darwin-amd64.tar.gz">download</a></td>
</tr>
<tr>
<td>Linux</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/linux-amd64.tar.gz">download</a></td>
</tr>
<tr>
<td>Windows</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/windows-amd64.tar.gz">download</a></td>
</tr>
<tr>
<td>aarch64</td>
<td>Linux</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/linux-aarch64.tar.gz">download</a></td>
</tr>
<tr>
<td>riscv64</td>
<td>Linux</td>
<td><a href="https://github.com/wasmerio/llvm-custom-builds/releases/download/18.x/linux-riscv64.tar.gz">download</a></td>
</tr>
<tr>
<td rowspan="5">16</td>
<td rowspan="3">amd64</td>
Expand Down

0 comments on commit f96db93

Please sign in to comment.