Skip to content

Commit e77a1e1

Browse files
committed
fix: support up to llvm 14.0.6
1 parent 6f82d12 commit e77a1e1

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

dist/setup_cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/setup_cpp.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/setup_cpp.mjs.map

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/llvm/llvm.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ export const VERSIONS: Set<string> = getVersions([
6868
"14.0.1",
6969
"14.0.2",
7070
"14.0.3",
71+
"14.0.4",
72+
"14.0.5",
73+
"14.0.6",
7174
])
7275

7376
//================================================

0 commit comments

Comments
 (0)