inkwell icon indicating copy to clipboard operation
inkwell copied to clipboard

add support for enumeration types in debug_info

Open abroooo opened this issue 2 months ago • 0 comments

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.

abroooo avatar Nov 11 '25 15:11 abroooo