microsoft / mu_feature_mm_supv

Project Mu - Feature Repo - MM Supervisor
https://microsoft.github.io/mu
Other
48 stars 29 forks source link

gen_aux: Prioritize Data Symbols during Symbol Conflict #250

Closed Javagedes closed 8 months ago

Javagedes commented 8 months ago

Description

Multiple Symbol types and symbol data can exist for the same symbol in the pdb file. This is mainly between label and data symbol types. This change prioritizes the data symbol type over the label symbol and also adds a check to ensure that if there are two data type symbols for the same overall symbol, the non-primitive data type is selected.

How This Was Tested

N/A

Integration Instructions

N/A