We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae7b5e commit 5018ca0Copy full SHA for 5018ca0
bindings/make.jl
@@ -377,7 +377,7 @@ function mlir_dialects(version::VersionNumber)
377
("pdl_interp", "PDLInterp.jl", ["PDLInterp/IR/PDLInterpOps.td"]),
378
("pdl", "PDL.jl", ["PDL/IR/PDLOps.td"]),
379
("polynomial", "Polynomial.jl", ["Polynomial/IR/Polynomial.td"]),
380
- ("ptr", "Ptr.jl", ["Ptr/IR/PtrOps.td"]),
+ # ("ptr", "Ptr.jl", ["Ptr/IR/PtrOps.td"]),
381
("quant", "Quant.jl", ["Quant/QuantOps.td"]),
382
("scf", "SCF.jl", ["SCF/IR/SCFOps.td"]),
383
("shape", "Shape.jl", ["Shape/IR/ShapeOps.td"]),
@@ -427,7 +427,7 @@ julia_llvm = [
427
(v"1.11", v"16.0.6+2"),
428
(v"1.12", v"17.0.6+3"),
429
(v"1.12", v"18.1.7+2"),
430
- # (v"1.12", v"19.1.1+0"),
+ (v"1.12", v"19.1.1+0"),
431
]
432
options = load_options(joinpath(@__DIR__, "wrap.toml"))
433
0 commit comments