Skip to content

Commit 5018ca0

Browse files
committed
Update generator script
1 parent 1ae7b5e commit 5018ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ function mlir_dialects(version::VersionNumber)
377377
("pdl_interp", "PDLInterp.jl", ["PDLInterp/IR/PDLInterpOps.td"]),
378378
("pdl", "PDL.jl", ["PDL/IR/PDLOps.td"]),
379379
("polynomial", "Polynomial.jl", ["Polynomial/IR/Polynomial.td"]),
380-
("ptr", "Ptr.jl", ["Ptr/IR/PtrOps.td"]),
380+
# ("ptr", "Ptr.jl", ["Ptr/IR/PtrOps.td"]),
381381
("quant", "Quant.jl", ["Quant/QuantOps.td"]),
382382
("scf", "SCF.jl", ["SCF/IR/SCFOps.td"]),
383383
("shape", "Shape.jl", ["Shape/IR/ShapeOps.td"]),
@@ -427,7 +427,7 @@ julia_llvm = [
427427
(v"1.11", v"16.0.6+2"),
428428
(v"1.12", v"17.0.6+3"),
429429
(v"1.12", v"18.1.7+2"),
430-
# (v"1.12", v"19.1.1+0"),
430+
(v"1.12", v"19.1.1+0"),
431431
]
432432
options = load_options(joinpath(@__DIR__, "wrap.toml"))
433433

0 commit comments

Comments
 (0)