Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildreport_parser.py: Properly handle NULL libraries (#671)
Currently, buildreport_parser maintains a dictionary of library classes. This fails for NULL libraries. If more than one NULL library exists, only the last instance encountered will be in the dictionary. To match edk2 build tool behavior, NULL libraries will have an instance number appened to the name. i.e. NULL0, NULL1, etc
- Loading branch information