JuliaLabs / MLIR.jl

MIT License
56 stars 9 forks source link

Update generator script #68

Closed Gnimuc closed 7 months ago

Gnimuc commented 7 months ago

Clang v0.18 will be adding an experimental C++ environment for parsing C++ source code.

x-ref: https://github.com/JuliaInterop/Clang.jl/issues/470

Gnimuc commented 7 months ago

I only tested it on mac-aarch64, so if it doesn't work on your machine, please report the issue to Clang.jl. ;)

jumerckx commented 7 months ago

Tested on linux-x86-64 (through WSL) and works great! I also tested on Julia 1.10 without issues so I think we can get rid of the Manifest.toml that was checked in as well?

mofeing commented 7 months ago

Tested on linux-x86-64 (through WSL) and works great! I also tested on Julia 1.10 without issues so I think we can get rid of the Manifest.toml that was checked in as well?

I guess so, but we should put a compat bound to Clang.

mofeing commented 7 months ago

Thanks @Gnimuc for your help!