Uh oh!
There was an error while loading. Please reload this page.
Big-endian fixes: PDB creation by ilasm - #59422
Conversation
* Fix byte order of debug directory fields * Fix byte order of PDB stream data (PdbHeap::SetData)
ghost
commented
Sep 21, 2021
Tagging subscribers to this area: @JulieLeeMSFT Issue Details
|
uweigand
commented
Sep 21, 2021
Yet more endian issues in This bug currently causes source-build to fail on s390x with the latest .NET 6 code, because a PDB file for an assembly created via Therefore, it would be great if this fix could still make it into .NET 6, ideally RC2. |
JulieLeeMSFT
commented
Sep 21, 2021
CC @dotnet/jit-contrib PTAL. Community request to backport to .NET 6 RC2. |
BruceForstall
commented
Sep 21, 2021
/azp run runtime-coreclr ilasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
BruceForstall
commented
Sep 22, 2021
The failures are #58481 |
BruceForstall
commented
Sep 22, 2021
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1260093631 |
BruceForstall
commented
Sep 22, 2021
/backport to release/6.0-rc2 |
Started backporting to release/6.0-rc2: https://github.com/dotnet/runtime/actions/runs/1262715856 |
Fix byte order of debug directory fields
Fix byte order of PDB stream data (PdbHeap::SetData)