]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix GenPatchPcdTable to support '-' characters in file names
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 18 Jan 2016 01:42:20 +0000 (01:42 +0000)
committeryzhu52 <yzhu52@Edk2>
Mon, 18 Jan 2016 01:42:20 +0000 (01:42 +0000)
commit8b54f22f60d1ecdfc4beb1f0965b52f7063b93ad
tree6cd25f5349e7d35f45b1b30ae93aa04b6b20a66a
parentccdf8bcfe4df040f952f362999c8a3cc8a3bb738
BaseTools: Fix GenPatchPcdTable to support '-' characters in file names

The Regular Expression parsing of lines in MAP files does not currently
support the use of '-' in the column for the filename the symbol is
sources from, it cause a build break from the GenPatchPcdTable.

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@19649 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/GenPatchPcdTable/GenPatchPcdTable.py