dotnet / LLVMSharp

LLVM bindings for .NET Standard written in C# using ClangSharp
MIT License
846 stars 97 forks source link

Expose Set/GetSubprogram on DIBuilderRef #144

Closed yowl closed 3 years ago

yowl commented 4 years ago

The ability to set DWARF sub programs has been lost since v6 I think, these statics add the ability to get it back.

yowl commented 3 years ago

closing as I'm not going to get round to this unfortunately.