File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,9 @@ export const VERSIONS: Set<string> = getVersions([
69
69
"16.0.4" ,
70
70
"16.0.5" ,
71
71
"16.0.6" ,
72
+ "17.0.1" ,
73
+ "17.0.2" ,
74
+ "17.0.3" ,
72
75
] )
73
76
74
77
/** The LLVM versions that were never released for the Windows platform. */
@@ -101,6 +104,9 @@ const DARWIN_MISSING = new Set([
101
104
"16.0.4" ,
102
105
"16.0.5" ,
103
106
"16.0.6" ,
107
+ "17.0.1" ,
108
+ "17.0.2" ,
109
+ "17.0.3" ,
104
110
] )
105
111
106
112
/**
@@ -162,10 +168,11 @@ const UBUNTU_SUFFIX_MAP: { [key: string]: string } = {
162
168
"16.0.2" : "-ubuntu-22.04" ,
163
169
"16.0.3" : "-ubuntu-22.04" ,
164
170
"16.0.4" : "-ubuntu-22.04" ,
171
+ "17.0.2" : "-ubuntu-22.04" ,
165
172
}
166
173
167
174
/** The latest supported LLVM version for the Linux (Ubuntu) platform. */
168
- const MAX_UBUNTU : string = "16 .0.4 "
175
+ const MAX_UBUNTU : string = "17 .0.2 "
169
176
170
177
//================================================
171
178
// URL
You can’t perform that action at this time.
0 commit comments