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

MdeModulePkg: Fix undefined reference to memcpy with XCODE5 #1177

Merged
merged 1 commit into from
Dec 4, 2020

Conversation

lgao4
Copy link
Contributor

@lgao4 lgao4 commented Dec 4, 2020

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3098

XCODE5 toolchain in NOOPT mode generates memcpy when trying
to copy PEI_CORE_FV_HANDLE structure. This breaks OVMF
compilation with XCODE5.

CC: Jian J Wang jian.j.wang@intel.com
CC: Hao A Wu hao.a.wu@intel.com
CC: Jordan Justen jordan.l.justen@intel.com
CC: Laszlo Ersek lersek@redhat.com
CC: Ard Biesheuvel ard.biesheuvel@arm.com
Signed-off-by: Vitaly Cheptsov cheptsov@ispras.ru
Reviewed-by: Liming Gao gaoliming@byosoft.com.cn
Reviewed-by: Michael D Kinney michael.d.kinney@intel.com

@lgao4 lgao4 added the push Auto push patch series in PR if all checks pass label Dec 4, 2020
@mergify
Copy link

mergify bot commented Dec 4, 2020

PR can not be merged due to a PatchCheck failure. Please resolve and resubmit

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3098

XCODE5 toolchain in NOOPT mode generates memcpy when trying
to copy PEI_CORE_FV_HANDLE structure. This breaks OVMF
compilation with XCODE5.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Signed-off-by: Vitaly Cheptsov <cheptsov@ispras.ru>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
@mergify mergify bot merged commit 31e8a47 into tianocore:master Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
push Auto push patch series in PR if all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant