Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more constants for dwarf flags #471

Open
gavrilikhin-d opened this issue Feb 7, 2024 · 2 comments
Open

Add more constants for dwarf flags #471

gavrilikhin-d opened this issue Feb 7, 2024 · 2 comments

Comments

@gavrilikhin-d
Copy link
Contributor

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.

@edg-l
Copy link

edg-l commented Feb 15, 2024

@edg-l
Copy link

edg-l commented Mar 11, 2024

llvm/llvm-project#84456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants