Skip to content

Commit 03a926c

Browse files
authored
add llvm 18.1.0 (#15)
* support llvm 18.1.0 * support llvm 18.1.0
1 parent 0c56e57 commit 03a926c

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/build-amd64.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
clang-version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17 ]
14+
clang-version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18 ]
1515
os: [ linux, macosx, windows ]
1616
include:
1717
- clang-version: 7
@@ -41,6 +41,8 @@ jobs:
4141
release: llvm-project-16.0.3.src
4242
- clang-version: 17
4343
release: llvm-project-17.0.4.src
44+
- clang-version: 18
45+
release: llvm-project-18.1.0.src
4446
- os: linux
4547
runner: ubuntu-22.04
4648
os-cmake-args: '-DLLVM_BUILD_STATIC=ON -DCMAKE_CXX_FLAGS="-s -flto" ${POSIX_CMAKE_ARGS}'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
clang-version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17 ]
11+
clang-version: [ 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18 ]
1212
os: [ ubuntu-latest, macos-latest, windows-latest ]
1313
include:
1414
- os: ubuntu-latest

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Includes clang-format, clang-tidy, clang-query and clang-apply-replacements.
88

99
The supported versions are as follows:
1010

11-
|OS/Version |17|16|15|14|13|12|11|10|9|8|7|
12-
|---|---|---|---|---|---|---|---|---|---|---|---|
13-
|Linux 64|✔️|✔️|✔️|✔️|✔️|✔️|✔️|✔️| ✔️|✔️|✔️|✔️|
14-
|Window 64|✔️|✔️|✔️|✔️|✔️|✔️|✔️|✔️| ✔️|✔️|✔️|✔️|
15-
|macOS 64|✔️|✔️|✔️|✔️|✔️|✔️|✔️|✔️| ✔️|✔️|✔️|✔️|
11+
|OS/Version |18 |17 |16 |15 |14 |13 |12 |11 |10 |9 |8 |7 |
12+
|-----------|---|---|---|---|---|---|---|---|---|---|---|---|
13+
|Linux 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ |
14+
|Window 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ |
15+
|macOS 64 |✔️ |✔️|✔️|✔️ |✔️|✔️ |✔️ |✔️|✔️| ✔️|✔️|✔️ |
1616

1717
## Download
1818

0 commit comments

Comments
 (0)