Skip to content

Commit 1e48f9e

Browse files
[mono] Use llvm 19.1.0 (#105427)
* Bump to updated llvm 19 * Fix mono_llvm_check_cpu_features * Update llvm deps * Update emsdk and icu deps * Remove wrong python dependency * Temporarily make WBT use WorkloadsTestPreviousVersions = true * Fix windows build, add ntdll dependency Co-authored-by: Alexander Köplinger <[email protected]> * Fix alloca builder creation This was hitting assert with debug version of llvm * Update eh_typeid_for intrinsic The signature changed in dotnet/llvm-project@10edb4991c127 This fixes crash during registration of the intrinsic and the generated IR is now different. Before: CATCHPAD0_BB4: ; preds = %LPAD0_BB3 %11 = catchpad within %10 [ptr @_ZTIPi] %12 = tail call ptr @llvm.wasm.get.exception(token %11) %13 = tail call i32 @llvm.wasm.get.ehselector(token %11) %14 = tail call i32 @llvm.eh.typeid.for(ptr @_ZTIPi) %15 = icmp eq i32 %13, %14 br i1 %15, label %CATCH_BB5, label %NOCATCH_BB6 After: CATCHPAD0_BB4: ; preds = %LPAD0_BB3 %11 = catchpad within %10 [ptr @_ZTIPi] %12 = tail call ptr @llvm.wasm.get.exception(token %11) %13 = tail call i32 @llvm.wasm.get.ehselector(token %11) %14 = tail call i32 @llvm.eh.typeid.for.p0(ptr @_ZTIPi) %15 = icmp eq i32 %13, %14 br i1 %15, label %CATCH_BB5, label %NOCATCH_BB6 * Fix crash in emit_llvmonly_handler_start Do not try to emit branch when target_bb is not set * Fix swizzle_mask type That was catched by llvm debug asserts, the mask should be vector of 16 int8 * Set unwind table kind To stop hitting assert in the verbose output, when aot compiler is built with the debug configuration of llvm * Update deps to llvm rc3 * Update emsdk and icu deps * Revert "Temporarily make WBT use WorkloadsTestPreviousVersions = true" This reverts commit 7c37082. * Update deps for llvm 19/rc4 * Revert "Set unwind table kind" This reverts commit bba756c. * Remove crashing wasi AOT tests * Disable wasi smoke AOT tests * Disable failing WBT test for wasi * Update dependencies to get llvm 19.1.0 * Update emsdk and icu deps with updated binaryen * Fix emscripten versions * Add emscripten coherency dependencies back * Update llvm and derived dependencies * Remove general testing channel --------- Co-authored-by: Alexander Köplinger <[email protected]>
1 parent 4e2fe8d commit 1e48f9e

File tree

8 files changed

+81
-87
lines changed

8 files changed

+81
-87
lines changed

eng/Version.Details.xml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,37 @@
1212
<Uri>https://github.com/dotnet/wcf</Uri>
1313
<Sha>7f504aabb1988e9a093c1e74d8040bd52feb2f01</Sha>
1414
</Dependency>
15-
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24401.1">
15+
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
1616
<Uri>https://github.com/dotnet/llvm-project</Uri>
17-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
17+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
1818
</Dependency>
19-
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24401.1">
19+
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
2020
<Uri>https://github.com/dotnet/llvm-project</Uri>
21-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
21+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
2222
</Dependency>
23-
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24401.1">
23+
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
2424
<Uri>https://github.com/dotnet/llvm-project</Uri>
25-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
25+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
2626
</Dependency>
27-
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24401.1">
27+
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
2828
<Uri>https://github.com/dotnet/llvm-project</Uri>
29-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
29+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
3030
</Dependency>
31-
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24401.1">
31+
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
3232
<Uri>https://github.com/dotnet/llvm-project</Uri>
33-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
33+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
3434
</Dependency>
35-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24401.1">
35+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
3636
<Uri>https://github.com/dotnet/llvm-project</Uri>
37-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
37+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
3838
</Dependency>
39-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24401.1">
39+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
4040
<Uri>https://github.com/dotnet/llvm-project</Uri>
41-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
41+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
4242
</Dependency>
43-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.0.0-alpha.1.24401.1">
43+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
4444
<Uri>https://github.com/dotnet/llvm-project</Uri>
45-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
45+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
4646
</Dependency>
4747
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.24324.3">
4848
<Uri>https://github.com/dotnet/command-line-api</Uri>
@@ -222,61 +222,61 @@
222222
<Uri>https://github.com/dotnet/runtime-assets</Uri>
223223
<Sha>d953443109b1efa5a324290b65534b89017cb744</Sha>
224224
</Dependency>
225-
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24401.1">
225+
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
226226
<Uri>https://github.com/dotnet/llvm-project</Uri>
227-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
227+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
228228
</Dependency>
229-
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24401.1">
229+
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
230230
<Uri>https://github.com/dotnet/llvm-project</Uri>
231-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
231+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
232232
</Dependency>
233-
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24401.1">
233+
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
234234
<Uri>https://github.com/dotnet/llvm-project</Uri>
235-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
235+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
236236
</Dependency>
237-
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24401.1">
237+
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
238238
<Uri>https://github.com/dotnet/llvm-project</Uri>
239-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
239+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
240240
</Dependency>
241-
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24401.1">
241+
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
242242
<Uri>https://github.com/dotnet/llvm-project</Uri>
243-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
243+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
244244
</Dependency>
245-
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24401.1">
245+
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
246246
<Uri>https://github.com/dotnet/llvm-project</Uri>
247-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
247+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
248248
</Dependency>
249-
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24401.1">
249+
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
250250
<Uri>https://github.com/dotnet/llvm-project</Uri>
251-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
251+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
252252
</Dependency>
253-
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24401.1">
253+
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
254254
<Uri>https://github.com/dotnet/llvm-project</Uri>
255-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
255+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
256256
</Dependency>
257-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24401.1">
257+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
258258
<Uri>https://github.com/dotnet/llvm-project</Uri>
259-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
259+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
260260
</Dependency>
261-
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24401.1">
261+
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
262262
<Uri>https://github.com/dotnet/llvm-project</Uri>
263-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
263+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
264264
</Dependency>
265-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24401.1">
265+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
266266
<Uri>https://github.com/dotnet/llvm-project</Uri>
267-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
267+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
268268
</Dependency>
269-
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24401.1">
269+
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
270270
<Uri>https://github.com/dotnet/llvm-project</Uri>
271-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
271+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
272272
</Dependency>
273-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.0.0-alpha.1.24401.1">
273+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
274274
<Uri>https://github.com/dotnet/llvm-project</Uri>
275-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
275+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
276276
</Dependency>
277-
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.0.0-alpha.1.24401.1">
277+
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="19.1.0-alpha.1.24501.1" CoherentParentDependency="Microsoft.NET.Workload.Emscripten.Current.Manifest-10.0.100.Transport">
278278
<Uri>https://github.com/dotnet/llvm-project</Uri>
279-
<Sha>b9b4464b3b10c1961ed0ff39b5f33b3b3bbf62d1</Sha>
279+
<Sha>c703ef3a2ba83d2bfac6ccce43c8c0886ca092a0</Sha>
280280
</Dependency>
281281
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="10.0.0-alpha.1.24504.10">
282282
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -221,20 +221,20 @@
221221
<MicrosoftNativeQuicMsQuicSchannelVersion>2.4.3</MicrosoftNativeQuicMsQuicSchannelVersion>
222222
<SystemNetMsQuicTransportVersion>9.0.0-alpha.1.24167.3</SystemNetMsQuicTransportVersion>
223223
<!-- Mono LLVM -->
224-
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24401.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
225-
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24401.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
226-
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24401.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
227-
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24401.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
228-
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24401.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
229-
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24401.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
230-
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24401.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
231-
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24401.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
232-
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24401.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
233-
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24401.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
234-
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24401.1</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
235-
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24401.1</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
236-
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.0.0-alpha.1.24401.1</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
237-
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.0.0-alpha.1.24401.1</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
224+
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.24501.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
225+
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.24501.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
226+
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.24501.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
227+
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.24501.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
228+
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.24501.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
229+
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.24501.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
230+
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.24501.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
231+
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.24501.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
232+
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.24501.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
233+
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.24501.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
234+
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.24501.1</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
235+
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.24501.1</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
236+
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>19.1.0-alpha.1.24501.1</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
237+
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>19.1.0-alpha.1.24501.1</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
238238
<!-- emscripten / Node
239239
Note: when the name is updated, make sure to update dependency name in eng/pipelines/common/xplat-setup.yml
240240
like - DarcDependenciesChanged.Microsoft_NET_Workload_Emscripten_Current_Manifest-10_0_100_Transport
@@ -245,14 +245,14 @@
245245
<SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>
246246
<WixPackageVersion>1.0.0-v3.14.0.5722</WixPackageVersion>
247247
<!-- JIT Tools -->
248-
<runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24401.1</runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
249-
<runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24401.1</runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>
250-
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24401.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>
251-
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24401.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>
252-
<runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24401.1</runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>
253-
<runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24401.1</runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>
254-
<runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24401.1</runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
255-
<runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>19.0.0-alpha.1.24401.1</runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>
248+
<runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.24501.1</runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
249+
<runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.24501.1</runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>
250+
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.24501.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>
251+
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.24501.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>
252+
<runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.24501.1</runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>
253+
<runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.24501.1</runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>
254+
<runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.24501.1</runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
255+
<runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>19.1.0-alpha.1.24501.1</runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>
256256
<!-- BrowserDebugProxy libs -->
257257
<MicrosoftExtensionsLoggingVersion>3.1.7</MicrosoftExtensionsLoggingVersion>
258258
<MicrosoftSymbolStoreVersion>1.0.406601</MicrosoftSymbolStoreVersion>

eng/pipelines/runtime.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -868,8 +868,6 @@ extends:
868868
platforms:
869869
- browser_wasm
870870
- browser_wasm_win
871-
- wasi_wasm
872-
- wasi_wasm_win
873871
nameSuffix: _Smoke_AOT
874872
runAOT: true
875873
shouldRunSmokeOnly: true

0 commit comments

Comments
 (0)