anza-xyz / move

Move compiler targeting llvm supported backends
https://discord.gg/wFgfjG9J
Apache License 2.0
107 stars 32 forks source link

Use llvm-sys 17 or newer #431

Closed ksolana closed 3 months ago

ksolana commented 3 months ago

There is more motivation to migrate now that llvm-sys 17 has a way to control TargetOptions that will help pass custom llvm flags. see #429

ksolana commented 3 months ago

Apparently this wasn't sufficient. Following up in #441