Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to LLVM 16 & C++17, and bundle libc++ on Linux #87190

Merged
merged 74 commits into from
Jul 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
8fdfa6b
Upgrade to LLVM 16, and stop focusing on C++11 ABi stuff from CentOS 7
directhex Jun 6, 2023
3cbf376
Don't do libc++ on browser
directhex Jun 6, 2023
dab3c43
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 6, 2023
7eafd3d
typo
directhex Jun 6, 2023
8084b22
Don't always use libc++ for wasm
directhex Jun 6, 2023
e9777c9
Don't try to link libc++ on wasm
directhex Jun 6, 2023
21f518e
Should only be doing rpath stuff on Linux _host_ not _target_
directhex Jun 7, 2023
b620273
More host/target fixes
directhex Jun 7, 2023
69a60be
More fixing
directhex Jun 7, 2023
27191ee
Only use c++17 for LLVM 16+
directhex Jun 7, 2023
86910d2
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 7, 2023
d482143
more special-casing
directhex Jun 7, 2023
c2be752
More special-casing 14 vs 16
directhex Jun 7, 2023
3d466ed
string comparison less evil than numeric comparison on non-System.Ver…
directhex Jun 7, 2023
e922ca6
Another strategy maybe
directhex Jun 7, 2023
e95df7d
one more
directhex Jun 7, 2023
2cc16f0
Use LLVM 16 packages from General Testing feed
directhex Jun 9, 2023
b7cd45e
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 9, 2023
917074f
Remove dependency on antique objwriter Mac builds
directhex Jun 9, 2023
ff6694b
Force c++17, or things like variant.h can't be found
directhex Jun 9, 2023
77c119e
More forcibly include libc++ include/link path
directhex Jun 9, 2023
ecd44c8
silence deprecation warning
directhex Jun 9, 2023
c8445a9
Try to deal with Macs
directhex Jun 9, 2023
6c469ce
Resolve duplicates in cindex get_children() with LLVM16 the stupid way.
directhex Jun 9, 2023
6804aac
Fix offset generation
directhex Jun 9, 2023
35a91f1
Use dictionary not array
directhex Jun 9, 2023
d625c88
Use correct stdc++17 flag on Windows
directhex Jun 9, 2023
43dff2d
Silence deprecation warning on Windows
directhex Jun 9, 2023
7431e43
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 12, 2023
9649d3b
Better conditional on LLVM16 stuff
directhex Jun 12, 2023
863e9a4
Try to forcibly include libc++ with wasm builds
directhex Jun 12, 2023
aeb5c1f
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 12, 2023
f789593
New pass manager required for `opt` now
directhex Jun 13, 2023
b36a8e6
Escaping rpath is ~impossible, pass via CMake property instead
directhex Jun 13, 2023
37a092b
fix stupid typo
directhex Jun 13, 2023
456c51a
Changing this breaks so much of coreclr. Let's see what happens witho…
directhex Jun 13, 2023
b398e83
Move AOT LLVM CFLAG handling AFTER where LLVM arch is set
directhex Jun 13, 2023
e71c8ca
Use of new safepoint syntax is mandatory
directhex Jun 13, 2023
2e7642e
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 13, 2023
72cd3a3
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 14, 2023
44c56f5
Fix missing libc++.so.1 errors in "LLVM AOT compile CoreCLR tests" lane
directhex Jun 14, 2023
4911725
Switch to new LLVM 16 `opt` syntax
directhex Jun 14, 2023
cb97316
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 16, 2023
5310a09
bump llvm16
directhex Jun 16, 2023
097ae1e
Add libc++ to manifest
directhex Jun 16, 2023
04d8915
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 16, 2023
9bcfa1a
Add debug spew due to unreproducible Mariner issue
directhex Jun 16, 2023
fb6c91d
More debug spew
directhex Jun 16, 2023
3f4b4f4
Revert "More debug spew"
directhex Jun 16, 2023
ab988e6
Revert "Add debug spew due to unreproducible Mariner issue"
directhex Jun 16, 2023
a69f650
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 19, 2023
6d65f7d
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 19, 2023
d681afe
[mono][llvm] Fix more opaque pointer problems.
vargaz Jun 19, 2023
5c4fbb4
Merge branch 'llvm-16' of github.com:directhex/runtime into llvm-16
directhex Jun 19, 2023
6e1fdf8
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 19, 2023
acf08be
Avoid using llvm/<arch> as the llvm prefix if MonoLLVMDir is set manu…
vargaz Jun 19, 2023
879eca8
Bump LLVM to include Filip's fix for MacOS
directhex Jun 20, 2023
08131f6
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 20, 2023
ede3523
Try to resolve MacOS build failures caused by self-built LLVM changes
directhex Jun 20, 2023
f9fe166
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 20, 2023
867f0c3
Fix more llvm problems.
vargaz Jun 20, 2023
5a1db57
Fix more llvm problems.
vargaz Jun 20, 2023
0a6189a
Avoid passing out-of-range values to llvm shift instructions.
vargaz Jun 21, 2023
7dc2e06
Convert inputs to long shifts to a long. Ignore poison values.
vargaz Jun 21, 2023
648c741
Fix a nullref.
vargaz Jun 22, 2023
2efac6b
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 27, 2023
5d0954c
Merge branch 'llvm-16' of github.com:directhex/runtime into llvm-16
directhex Jun 27, 2023
b9e3ae6
Disable Android workload builds for now
directhex Jun 28, 2023
015e443
Don't build cross-compilers with runtime packs in official builds
directhex Jun 29, 2023
6a55c42
Revert "Disable Android workload builds for now"
directhex Jun 29, 2023
e118c14
Merge remote-tracking branch 'origin/main' into llvm-16
directhex Jun 30, 2023
9fd060a
Merge remote-tracking branch 'directhex/llvm-16' into llvm-16
directhex Jun 30, 2023
e64e5cb
Use .NET 8 channel LLVM 16 release
directhex Jun 30, 2023
85f9273
Shrink the min Dwarf warning limit.
directhex Jun 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 52 additions & 52 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,69 +12,69 @@
<Uri>https://github.com/dotnet/wcf</Uri>
<Sha>7f504aabb1988e9a093c1e74d8040bd52feb2f01</Sha>
</Dependency>
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="1.0.0-alpha.1.23106.1">
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>76f334f354eb653a7b409a5319b591ea09df5a43</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="1.0.0-alpha.1.23106.1">
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.ObjWriter" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>76f334f354eb653a7b409a5319b591ea09df5a43</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.osx.11.0-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="1.0.0-alpha.1.23106.1">
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>76f334f354eb653a7b409a5319b591ea09df5a43</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="1.0.0-alpha.1.23106.1">
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.JIT.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>76f334f354eb653a7b409a5319b591ea09df5a43</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="System.CommandLine" Version="2.0.0-beta4.23307.1">
<Uri>https://github.com/dotnet/command-line-api</Uri>
Expand Down Expand Up @@ -238,45 +238,45 @@
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>f8fb817328383c60534d11d57fd884d3b527d6c2</Sha>
</Dependency>
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="14.0.0-alpha.1.23326.1">
<Dependency Name="runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools" Version="16.0.5-alpha.1.23330.2">
<Uri>https://github.com/dotnet/llvm-project</Uri>
<Sha>ac5ae64268db036eb394ed3f4d3f41775e251c58</Sha>
<Sha>bd3acea90cae502d9a62164b863708d57d7993bc</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="8.0.0-preview.7.23325.2">
<Uri>https://github.com/dotnet/runtime</Uri>
Expand Down
52 changes: 26 additions & 26 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,14 @@
<MicrosoftExtensionsDependencyModelVersion>6.0.0</MicrosoftExtensionsDependencyModelVersion>
<!-- CoreClr dependencies -->
<MicrosoftNETCoreILAsmVersion>8.0.0-preview.7.23325.2</MicrosoftNETCoreILAsmVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>14.0.0-alpha.1.23326.1</runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>14.0.0-alpha.1.23326.1</runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>14.0.0-alpha.1.23326.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>14.0.0-alpha.1.23326.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>14.0.0-alpha.1.23326.1</runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>14.0.0-alpha.1.23326.1</runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23106.1</runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.23106.1</runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>16.0.5-alpha.1.23330.2</runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>16.0.5-alpha.1.23330.2</runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>16.0.5-alpha.1.23330.2</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>16.0.5-alpha.1.23330.2</runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>16.0.5-alpha.1.23330.2</runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>16.0.5-alpha.1.23330.2</runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimeosxarm64MicrosoftNETCoreRuntimeObjWriterVersion>16.0.5-alpha.1.23330.2</runtimeosxarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimeosxx64MicrosoftNETCoreRuntimeObjWriterVersion>16.0.5-alpha.1.23330.2</runtimeosxx64MicrosoftNETCoreRuntimeObjWriterVersion>
<!-- Libraries dependencies -->
<MicrosoftBclAsyncInterfacesVersion>6.0.0</MicrosoftBclAsyncInterfacesVersion>
<MicrosoftBclHashCodeVersion>1.1.1</MicrosoftBclHashCodeVersion>
Expand Down Expand Up @@ -217,16 +217,16 @@
<MicrosoftNativeQuicMsQuicVersion>2.1.7</MicrosoftNativeQuicMsQuicVersion>
<SystemNetMsQuicTransportVersion>8.0.0-alpha.1.23180.2</SystemNetMsQuicTransportVersion>
<!-- Mono LLVM -->
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.23326.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.23326.1</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.23326.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.23326.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.23326.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.23326.1</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.23326.1</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.23326.1</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>14.0.0-alpha.1.23326.1</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>14.0.0-alpha.1.23326.1</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.23330.2</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.23330.2</runtimelinuxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.23330.2</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.23330.2</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.23330.2</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.23330.2</runtimewinx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.23330.2</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.23330.2</runtimeosxarm64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>16.0.5-alpha.1.23330.2</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>16.0.5-alpha.1.23330.2</runtimeosxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
<!-- emscripten / Node
Note: when the name is updated, make sure to update dependency name in eng/pipelines/common/xplat-setup.yml
like - DarcDependenciesChanged.Microsoft_NET_Workload_Emscripten_Current_Manifest-8_0_100_Transport
Expand All @@ -237,14 +237,14 @@
<SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>
<WixPackageVersion>1.0.0-v3.14.0.5722</WixPackageVersion>
<!-- JIT Tools -->
<runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>14.0.0-alpha.1.23326.1</runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>14.0.0-alpha.1.23326.1</runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>14.0.0-alpha.1.23326.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>14.0.0-alpha.1.23326.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>14.0.0-alpha.1.23326.1</runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>14.0.0-alpha.1.23326.1</runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimeosx110arm64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23106.1</runtimeosx110arm64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimeosx1012x64MicrosoftNETCoreRuntimeJITToolsVersion>1.0.0-alpha.1.23106.1</runtimeosx1012x64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.23330.2</runtimelinuxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.23330.2</runtimelinuxx64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.23330.2</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.23330.2</runtimelinuxmuslx64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.23330.2</runtimewinarm64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.23330.2</runtimewinx64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.23330.2</runtimeosxarm64MicrosoftNETCoreRuntimeJITToolsVersion>
<runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>16.0.5-alpha.1.23330.2</runtimeosxx64MicrosoftNETCoreRuntimeJITToolsVersion>
<!-- BrowserDebugProxy libs -->
<MicrosoftExtensionsLoggingVersion>3.1.7</MicrosoftExtensionsLoggingVersion>
<MicrosoftSymbolStoreVersion>1.0.406601</MicrosoftSymbolStoreVersion>
Expand Down
Loading
Loading