Skip to content

Commit 5c2a341

Browse files
committed
feat: support llvm 16.0.4
1 parent b31d805 commit 5c2a341

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

dist/node12/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/node12/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/node16/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/node16/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_url.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ export const VERSIONS: Set<string> = getVersions([
6565
"16.0.0",
6666
"16.0.1",
6767
"16.0.2",
68+
"16.0.3",
69+
"16.0.4"
6870
])
6971

7072
/** The LLVM versions that were never released for the Windows platform. */
@@ -93,6 +95,8 @@ const DARWIN_MISSING = new Set([
9395
"16.0.0",
9496
"16.0.1",
9597
"16.0.2",
98+
"16.0.3",
99+
"16.0.4"
96100
])
97101

98102
/**
@@ -152,6 +156,8 @@ const UBUNTU_SUFFIX_MAP: { [key: string]: string } = {
152156
"15.0.6": "-ubuntu-18.04",
153157
"16.0.0": "-ubuntu-18.04",
154158
"16.0.2": "-ubuntu-22.04",
159+
"16.0.3": "-ubuntu-22.04",
160+
"16.0.4": "-ubuntu-22.04",
155161
}
156162

157163
/** The latest supported LLVM version for the Linux (Ubuntu) platform. */

0 commit comments

Comments
 (0)