JuliaHubOSS / llvm-cbe

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

Remove the rest if the `#if LLVM_VERSION_MAJOR` checks #171

Closed dpaoliello closed 1 year ago

dpaoliello commented 1 year ago

The previous PR to only support LLVM 16 (#168) missed quite a few #if LLVM_VERSION_MAJOR declarations, so remove the rest of these (per discussion in #60).