Skip to content

Commit

Permalink
Bump LLVM to 17.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Sep 20, 2023
1 parent 9a211f3 commit 40c880f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-11', 'windows-2022']
llvm: ['16.0.3']
llvm: ['17.0.1']
steps:
- uses: actions/checkout@v3
- run: ./main.sh
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ due to the 3-4× slowdown with emulation. These commands have to
be run locally with each release:

```bash
triple=aarch64-linux-gnu arch=arm64 version=16.0.3 threads=20 ./main.sh
triple=powerpc64le-linux-gnu arch=ppc64le version=16.0.3 threads=20 ./main.sh
triple=aarch64-linux-gnu arch=arm64 version=17.0.1 threads=20 ./main.sh
triple=powerpc64le-linux-gnu arch=ppc64le version=17.0.1 threads=20 ./main.sh
```

0 comments on commit 40c880f

Please sign in to comment.