Enable linker substitutions for more architectures.#42578
Enable linker substitutions for more architectures.#42578marek-safar merged 1 commit intodotnet:masterfrom
Conversation
|
Tagging subscribers to this area: @safern, @ViktorHofer |
This looks like a new problem in the same area that we hit the last time we tried this. cc @vitek-karas |
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
Outdated
Show resolved
Hide resolved
|
This PR should resolve #31785 |
It will resolve it for CoreLib. Ideally, we would do this for everything in the shared framework. |
|
The PDB2PDB failure needs investigation - I'll get to it eventually, but given this is 6.0 only, I have to prioritize 5.0 work still. |
|
I was finally able to get back to this - the problem doesn't repro locally if I use the latest mono/linker master build of linker - so maybe we just need to pick up the latest linker in the runtime repo. |
#43181 just brought in a new linker a few hours ago. Closing and re-opening this PR to re-run CI on the latest. |
|
@vitek-karas - Looks like the CI is still failing even with the latest linker changes: Using the |
No description provided.