void typedefs do not have a DW_AT_type attribute, so we end up with an empty encoding_uid
variable. These don't need to be looked up and trying to look that will assert in a debug build.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
|  Differential  D22218  
Dwarf parser: don't lookup void typedefs in the DWO Authored by labath on Jul 11 2016, 6:30 AM. 
Details void typedefs do not have a DW_AT_type attribute, so we end up with an empty encoding_uid 
Diff Detail 
 |