Skip to content

Commit

Permalink
Add support for LLVM 15 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Sep 22, 2022
1 parent f52207d commit 4f17b65
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 6 additions & 2 deletions dist/index.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/index.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const VERSIONS: Set<string> = getVersions([
"12.0.0", "12.0.1",
"13.0.0", "13.0.1",
"14.0.0", "14.0.1", "14.0.2", "14.0.3", "14.0.4", "14.0.5", "14.0.6",
"15.0.0", "15.0.1",
]);

/** Gets the ordering of two (specific or minimum) LLVM versions. */
Expand Down Expand Up @@ -161,6 +162,8 @@ const LINUX_MISSING: Set<string> = new Set([
"14.0.4",
"14.0.5",
"14.0.6",
"15.0.0",
"15.0.1",
]);

/**
Expand Down

0 comments on commit 4f17b65

Please sign in to comment.