Skip to content

Commit

Permalink
Add support up to 18.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed May 27, 2024
1 parent b94f3fb commit aeccb60
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## [2.0.3] - UNRELEASED

- Added support up to LLVM and Clang 18.1.6 (for platforms with binaries available)

## [2.0.2] - 2024-04-09

- Added support for LLVM and Clang 18.1.3 (for platforms with binaries available)
- Added support up to LLVM and Clang 18.1.3 (for platforms with binaries available)

## [2.0.1] - 2024-04-02

Expand Down
18 changes: 14 additions & 4 deletions assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@
"18.1.0": "/clang%2Bllvm-18.1.0-aarch64-linux-gnu.tar.xz",
"18.1.1": "/clang%2Bllvm-18.1.1-aarch64-linux-gnu.tar.xz",
"18.1.2": "/clang%2Bllvm-18.1.2-aarch64-linux-gnu.tar.xz",
"18.1.3": "/clang%2Bllvm-18.1.3-aarch64-linux-gnu.tar.xz"
"18.1.3": "/clang%2Bllvm-18.1.3-aarch64-linux-gnu.tar.xz",
"18.1.4": "/clang%2Bllvm-18.1.4-aarch64-linux-gnu.tar.xz",
"18.1.5": "/clang%2Bllvm-18.1.5-aarch64-linux-gnu.tar.xz",
"18.1.6": "/clang%2Bllvm-18.1.6-aarch64-linux-gnu.tar.xz"
},
"x64": {
"7.1.0": "/clang%2Bllvm-7.1.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz",
Expand All @@ -113,7 +116,8 @@
"17.0.2": "/clang%2Bllvm-17.0.2-x86_64-linux-gnu-ubuntu-22.04.tar.xz",
"17.0.4": "/clang%2Bllvm-17.0.4-x86_64-linux-gnu-ubuntu-22.04.tar.xz",
"17.0.5": "/clang%2Bllvm-17.0.5-x86_64-linux-gnu-ubuntu-22.04.tar.xz",
"17.0.6": "/clang%2Bllvm-17.0.6-x86_64-linux-gnu-ubuntu-22.04.tar.xz"
"17.0.6": "/clang%2Bllvm-17.0.6-x86_64-linux-gnu-ubuntu-22.04.tar.xz",
"18.1.4": "/clang%2Bllvm-18.1.4-x86_64-linux-gnu-ubuntu-18.04.tar.xz"
}
},
"win32": {
Expand All @@ -140,7 +144,10 @@
"18.1.0": "/LLVM-18.1.0-woa64.exe",
"18.1.1": "/LLVM-18.1.1-woa64.exe",
"18.1.2": "/LLVM-18.1.2-woa64.exe",
"18.1.3": "/LLVM-18.1.3-woa64.exe"
"18.1.3": "/LLVM-18.1.3-woa64.exe",
"18.1.4": "/LLVM-18.1.4-woa64.exe",
"18.1.5": "/LLVM-18.1.5-woa64.exe",
"18.1.6": "/LLVM-18.1.6-woa64.exe"
},
"x64": {
"7.1.0": "/LLVM-7.1.0-win64.exe",
Expand Down Expand Up @@ -185,7 +192,10 @@
"18.1.0": "/LLVM-18.1.0-win64.exe",
"18.1.1": "/LLVM-18.1.1-win64.exe",
"18.1.2": "/LLVM-18.1.2-win64.exe",
"18.1.3": "/LLVM-18.1.3-win64.exe"
"18.1.3": "/LLVM-18.1.3-win64.exe",
"18.1.4": "/LLVM-18.1.4-win64.exe",
"18.1.5": "/LLVM-18.1.5-win64.exe",
"18.1.6": "/LLVM-18.1.6-win64.exe"
}
}
}

0 comments on commit aeccb60

Please sign in to comment.