Skip to content

Commit

Permalink
Add support for 18.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Apr 10, 2024
1 parent dc2ac0d commit 8b37482
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.2] - 2024-04-09

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

## [2.0.1] - 2024-04-02

### Fixes
Expand Down
3 changes: 3 additions & 0 deletions assets.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"linux": {
"arm64": {
"18.1.3": "/clang%2Bllvm-18.1.3-aarch64-linux-gnu.tar.xz",
"18.1.2": "/clang%2Bllvm-18.1.2-aarch64-linux-gnu.tar.xz",
"18.1.1": "/clang%2Bllvm-18.1.1-aarch64-linux-gnu.tar.xz",
"18.1.0": "/clang%2Bllvm-18.1.0-aarch64-linux-gnu.tar.xz",
Expand Down Expand Up @@ -70,6 +71,7 @@
},
"win32": {
"x64": {
"18.1.3": "/LLVM-18.1.3-win64.exe",
"18.1.2": "/LLVM-18.1.2-win64.exe",
"18.1.1": "/LLVM-18.1.1-win64.exe",
"18.1.0": "/LLVM-18.1.0-win64.exe",
Expand Down Expand Up @@ -114,6 +116,7 @@
"7.1.0": "/LLVM-7.1.0-win64.exe"
},
"arm64": {
"18.1.3": "/LLVM-18.1.3-woa64.exe",
"18.1.2": "/LLVM-18.1.2-woa64.exe",
"18.1.1": "/LLVM-18.1.1-woa64.exe",
"18.1.0": "/LLVM-18.1.0-woa64.exe",
Expand Down
2 changes: 1 addition & 1 deletion dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

0 comments on commit 8b37482

Please sign in to comment.