We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205dd23 commit 7dc324dCopy full SHA for 7dc324d
.github/workflows/main.yml
@@ -38,13 +38,25 @@ jobs:
38
clang_version: 16.0.0
39
upload: windows-clang-16
40
41
- # Historical versions of LLVM (11.0.0 currently)
+ # Other versions of LLVM
42
- name: Build with LLVM 11
43
os: ubuntu-22.04
44
clang_version: 11
45
upload: linux-x86_64-clang-11
46
env:
47
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
56
+ clang_version: 18
57
+ upload: linux-x86_64-clang-18
58
59
60
61
# Test various combinations of targets triples.
62
#
0 commit comments