From a212f59319656dd088e080f03302f0c7b70793fe Mon Sep 17 00:00:00 2001 From: Andy Ayers Date: Wed, 3 Sep 2025 13:23:13 -0700 Subject: [PATCH 1/2] Update Microsoft.NETCore.CoreDisTools nuget package from 1.5 to 1.6 Windows builds now enable /guard:cf. Also pick up a risc-v enhancement. --- docs/design/coreclr/jit/viewing-jit-dumps.md | 2 +- eng/Versions.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/coreclr/jit/viewing-jit-dumps.md b/docs/design/coreclr/jit/viewing-jit-dumps.md index f5da320507b2c3..b4faa367f8baaa 100644 --- a/docs/design/coreclr/jit/viewing-jit-dumps.md +++ b/docs/design/coreclr/jit/viewing-jit-dumps.md @@ -283,7 +283,7 @@ by a third-party disassembler for a particular set of code bytes. The late disassembler currently is only available in Debug/Checked builds. -(Note: coredistools is curently version 1.4.0, based on LLVM 17.0.6. The source code is [here](https://github.com/dotnet/jitutils)). +(Note: coredistools is curently version 1.6.0, based on LLVM 20.1.0. The source code is [here](https://github.com/dotnet/jitutils)). To invoke the late disassembler, use: * `DOTNET_JitLateDisasm`={method-list} - output late disassembly for the specified functions. E.g., `DOTNET_JitLateDisasm=Main`, diff --git a/eng/Versions.props b/eng/Versions.props index 523f6d1c1b4004..c50c3a78819f39 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -120,7 +120,7 @@ 7.0.412701 6.0 - 1.5.0 + 1.6.0 17.4.0-preview-20220707-01 3.12.0 4.5.0 From 209e54d3490bedf2b729326d83da76998682190d Mon Sep 17 00:00:00 2001 From: Julie Lee <63486087+JulieLeeMSFT@users.noreply.github.com> Date: Wed, 3 Sep 2025 16:58:13 -0700 Subject: [PATCH 2/2] Update docs/design/coreclr/jit/viewing-jit-dumps.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/design/coreclr/jit/viewing-jit-dumps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/coreclr/jit/viewing-jit-dumps.md b/docs/design/coreclr/jit/viewing-jit-dumps.md index b4faa367f8baaa..3632c3c48a9df6 100644 --- a/docs/design/coreclr/jit/viewing-jit-dumps.md +++ b/docs/design/coreclr/jit/viewing-jit-dumps.md @@ -283,7 +283,7 @@ by a third-party disassembler for a particular set of code bytes. The late disassembler currently is only available in Debug/Checked builds. -(Note: coredistools is curently version 1.6.0, based on LLVM 20.1.0. The source code is [here](https://github.com/dotnet/jitutils)). +(Note: coredistools is currently version 1.6.0, based on LLVM 20.1.0. The source code is [here](https://github.com/dotnet/jitutils)). To invoke the late disassembler, use: * `DOTNET_JitLateDisasm`={method-list} - output late disassembly for the specified functions. E.g., `DOTNET_JitLateDisasm=Main`,