]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenC.py
BaseTools: Fix the bug for VOID* Patchable PCD declaration in Library
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 29 Jan 2016 04:46:47 +0000 (04:46 +0000)
committeryzhu52 <yzhu52@Edk2>
Fri, 29 Jan 2016 04:46:47 +0000 (04:46 +0000)
commitd66670f9ea830c8f6e1f21b2deeca58128e3bfde
treef121bdeb576643c5fd06582f841acaa1a0fd29ec
parentca85291f1f020652254457cc9edbb3caf6a2ed56
BaseTools: Fix the bug for VOID* Patchable PCD declaration in Library

VOID* Patchable PCD in Library has the different declaration from the
one in Driver, this issue that will cause GCC LTO build failure.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19766 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/AutoGen/GenC.py