JuliaLabs / MLIR.jl

MIT License
55 stars 8 forks source link

Export dialect generator as binary artifact #32

Closed mofeing closed 8 months ago

mofeing commented 8 months ago

This PR stores the mlir-jl-tblgen binary in an artifact and introduces the tblgen_exe method for accessing to it.

This is of interest for external dialects. For example, a hypothetical StableHLO.jl package could reuse mlir-jl-tblgen to generate the bindings to the StableHLO dialect.

mofeing commented 8 months ago

Fixed in JuliaPackaging/Yggdrasil#7951