JuliaHubOSS / llvm-cbe

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

Add support for constant variables #156

Closed MartinezTorres closed 1 year ago

MartinezTorres commented 2 years ago

Some targets do benefit from explicitly declaring constant variables as const. llvm-ir already identifies constant symbols, so the change is relatively straightforward.