Skip to content

Commit bd5d402

Browse files
committed
fix: support llvm 14.0.2 and 14.0.3
1 parent 07a74eb commit bd5d402

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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.

src/llvm/llvm.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export const VERSIONS: Set<string> = getVersions([
5959
"13.0.1",
6060
"14.0.0",
6161
"14.0.1",
62+
"14.0.2",
63+
"14.0.3",
6264
])
6365

6466
//================================================

0 commit comments

Comments
 (0)