Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

fix the desktop build break#18475

Merged
sandreenko merged 2 commits into
dotnet:masterfrom
sandreenko:fixBuildBreak
Jun 15, 2018
Merged

fix the desktop build break#18475
sandreenko merged 2 commits into
dotnet:masterfrom
sandreenko:fixBuildBreak

Conversation

@sandreenko
Copy link
Copy Markdown

Introduced by #18346.

BuildPutArgSplit returns The number of sources consumed by this node., so looks like it should go into srcCount.

The warning was: lsraarm64.cpp(811): warning C4701: potentially uninitialized local variable 'srcCount' used.
After I merge PR #18318 I will try to sync the list of warnings enabled on desktop with CoreCLR to prevent such breaks.

PTAL @dotnet/jit-contrib

@jashook
Copy link
Copy Markdown

jashook commented Jun 14, 2018

Looks like this was changed in lsraarm.cpp while I was working on that change. Can you add the dstCount that was added in lsraarm.cpp as well.

@jashook jashook requested a review from CarolEidt June 14, 2018 23:17
Copy link
Copy Markdown

@jashook jashook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jashook
Copy link
Copy Markdown

jashook commented Jun 15, 2018

Thank you for fixing this

@sandreenko sandreenko merged commit 793dadd into dotnet:master Jun 15, 2018
@CarolEidt
Copy link
Copy Markdown

Thanks @sandreenko and @jashook, and sorry I didn't respond quickly to the request for review.

@sandreenko sandreenko deleted the fixBuildBreak branch June 15, 2018 01:35
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* fix desktop build break

after dotnet/coreclr#18346

* add dstCount


Commit migrated from dotnet/coreclr@793dadd
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants