- Notifications
You must be signed in to change notification settings - Fork 261
Open
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
The functions LLVMDIBuilderCreateEnumerationType and LLVMDIBuilderCreateEnumerator are not implemented in inkwell. They are needed to create debug information for enumerations and enumerators.
Describe the solution you'd like
Extend the debug_info.rs to support creating enumeration types and enumerators.
I can provide a PR soon to add support for this.
Reactions are currently unavailable