Skip to content

Commit 7dc324d

Browse files
committed
Add CI builds using LLVM 18 and 19
1 parent 205dd23 commit 7dc324d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,25 @@ jobs:
3838
clang_version: 16.0.0
3939
upload: windows-clang-16
4040

41-
# Historical versions of LLVM (11.0.0 currently)
41+
# Other versions of LLVM
4242
- name: Build with LLVM 11
4343
os: ubuntu-22.04
4444
clang_version: 11
4545
upload: linux-x86_64-clang-11
4646
env:
4747
BUILD_LIBSETJMP: no
48+
- name: Build with LLVM 19
49+
os: ubuntu-24.04
50+
clang_version: 19
51+
upload: linux-x86_64-clang-19
52+
env:
53+
MAKE_TARGETS: "default libc_so"
54+
- name: Build with LLVM 18
55+
os: ubuntu-24.04
56+
clang_version: 18
57+
upload: linux-x86_64-clang-18
58+
env:
59+
MAKE_TARGETS: "default libc_so"
4860

4961
# Test various combinations of targets triples.
5062
#

0 commit comments

Comments
 (0)