]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: defaultdict(set) allows us to just add to the set
authorCarsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben>
Thu, 5 Apr 2018 23:13:51 +0000 (07:13 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 10 Apr 2018 02:05:11 +0000 (10:05 +0800)
commita993dc03abf55bac0eead1efea7c4d15b8b8894a
treeee3165d60bdda5770c1d4493be10dc0a5d62f053
parenteb2c0b2c80fc684f7ff230daf99b9f0d2fb77d4a
BaseTools: defaultdict(set) allows us to just add to the set

New sets will get created automatically when needed

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py