You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There is no enum for LLVMDWARFTypeEncoding (alias for unsigned int) which corresponds to DW_ATE_*
Describe the solution you'd like
Add something like DIFlagsConstants for more dwarf flag enums
Describe possible drawbacks to your solution
There are several dwarf standarts, which may be bothersome to maintain. However, most users need only DWARF 4 and DWARF 5. The later came live in 2017, so there shouldn't be many updates too.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
There is no enum for
LLVMDWARFTypeEncoding
(alias for unsigned int) which corresponds toDW_ATE_*
Describe the solution you'd like
Add something like
DIFlagsConstants
for more dwarf flag enumsDescribe possible drawbacks to your solution
There are several dwarf standarts, which may be bothersome to maintain. However, most users need only DWARF 4 and DWARF 5. The later came live in 2017, so there shouldn't be many updates too.
The text was updated successfully, but these errors were encountered: