JuliaHubOSS / llvm-cbe

resurrected LLVM "C Backend", with improvements
Other
811 stars 138 forks source link

Fix support for global aliases to functions #178

Closed dpaoliello closed 1 year ago

dpaoliello commented 1 year ago

Adding support for opaque pointers (#172) broke support for global aliases to functions as printTypeName can no longer print function types.

The fix is to use the aliasee Function to generate the type name instead.