Skip to content

[Bug]: QrEncoderLib uses memcpy intrinsics in VS22 (17.14.2) #217

@antklein

Description

@antklein

Is there an existing issue for this?

  • I have searched existing issues

Current Behavior

MsGraphicsPkg/QrEncoderLib links the intrinsic memcpy causing compiler failures.
This same issue was fixed in MU_BASECORE via this PR. microsoft/mu_basecore#1373. EDK2 version of that same PR, tianocore/edk2#11116.

Expected Behavior

The library does not link memcpy, and compilation is not blocked.

Steps To Reproduce

Run stuart_build on a platform that includes the MsGraphicsPkg/QrEncoderLib.

Build Environment

- OS(s): Windows 11
- Tool Chain(s): VS2022
- Targets Impacted: ALL

Version Information

Commit: 29ea307dd2f61a7366b4e3ea7fa047e18bd28a03

Urgency

Medium

Are you going to fix this?

Someone else needs to fix it

Do you need maintainer feedback?

Maintainer feedback requested

Anything else?

No response

Metadata

Metadata

Assignees

Labels

type:bugSomething isn't workingurgency:mediumImportant with a moderate impact

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions