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

Update SourceBuiltSdkContainsNativeDebugSymbols for 'ilc'. #41752

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

tmds
Copy link
Member

@tmds tmds commented Jun 24, 2024

The ILCompiler is configured to preserve debug symbols during source-build.

'ilc' does not meet the FILE symbol expectation from the test. We drop that condition because it is not required for debugging.

Fixes dotnet/source-build#4472.
Depends on dotnet/runtime#103760.

cc @am11 @MichalStrehovsky @jkotas @omajid @ViktorHofer @NikolaMilosavljevic @MichaelSimons

@tmds tmds requested review from a team as code owners June 24, 2024 07:58
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Jun 24, 2024
The ILCompiler is configured to preserve debug symbols during source-build.

'ilc' does not meet the FILE symbol expectation from the test. We drop that
condition because it is not required for debugging.
@tmds tmds force-pushed the ilc_debug_test branch from 66e0012 to ce63117 Compare July 2, 2024 05:35
@tmds
Copy link
Member Author

tmds commented Jul 2, 2024

I've rebased the PR on main to trigger CI.
The changes from runtime flowed into the vmr. The test should pass.

@ViktorHofer ViktorHofer merged commit 110670f into dotnet:main Jul 2, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ilc doesn't match expectations from SourceBuiltSdkContainsNativeDebugSymbols.
4 participants