Skip to content

Commit 45c5358

Browse files
Build LLVM 19.
1 parent 5fdefd8 commit 45c5358

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: ['ubuntu-latest', 'macos-12', 'macos-14', 'windows-2022']
11-
llvm: ['18.1.7']
11+
llvm: ['19.1.7']
1212
steps:
1313
- uses: actions/checkout@v4
1414
- run: ./main.sh

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ due to the 3-4× slowdown with emulation. These commands have to
3333
be run locally with each release:
3434

3535
```bash
36-
triple=aarch64-linux-gnu arch=arm64 version=17.0.5 threads=20 ./main.sh
37-
triple=powerpc64le-linux-gnu arch=ppc64le version=17.0.5 threads=20 ./main.sh
36+
triple=aarch64-linux-gnu arch=arm64 version=19.1.7 threads=20 ./main.sh
37+
triple=powerpc64le-linux-gnu arch=ppc64le version=19.1.7 threads=20 ./main.sh
3838
```

0 commit comments

Comments
 (0)