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 @@ -57,6 +57,11 @@ export const VERSIONS: Set<string> = getVersions([
57
57
"15.0.0" ,
58
58
"15.0.1" ,
59
59
"15.0.2" ,
60
+ "15.0.3" ,
61
+ "15.0.4" ,
62
+ // missing binaries for Windows
63
+ // "15.0.5",
64
+ // "15.0.6",
60
65
] )
61
66
62
67
/** The LLVM versions that were never released for the Darwin platform. */
@@ -129,10 +134,12 @@ const UBUNTU_SUFFIX_MAP: { [key: string]: string } = {
129
134
"14.0.0" : "-ubuntu-18.04" ,
130
135
// "14.0.1": "-ubuntu-18.04", // only available for powerpc64le
131
136
"15.0.2" : "-rhel86" ,
137
+ "15.0.5" : "-ubuntu-18.04" ,
138
+ "15.0.6" : "-ubuntu-18.04" ,
132
139
}
133
140
134
141
/** The latest supported LLVM version for the Linux (Ubuntu) platform. */
135
- const MAX_UBUNTU : string = "15.0.2 "
142
+ const MAX_UBUNTU : string = "15.0.6 "
136
143
137
144
//================================================
138
145
// URL
You can’t perform that action at this time.
0 commit comments