JuliaHubOSS / llvm-cbe

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

Declare all global variables, even the local / static ones, before defining them #191

Closed bcoppens closed 6 months ago

bcoppens commented 6 months ago

This allows initializers to refer to all other global variables, regardless of when/where those are defined. Fixes #146 and #162