fix: support llvm 14.0.2 and 14.0.3

This commit is contained in:
Amin Yahyaabadi 2022-05-02 23:00:35 -07:00
parent 07a74ebda9
commit bd5d402bb9
3 changed files with 4 additions and 2 deletions

2
dist/setup_cpp.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -59,6 +59,8 @@ export const VERSIONS: Set<string> = getVersions([
"13.0.1",
"14.0.0",
"14.0.1",
"14.0.2",
"14.0.3",
])
//================================================