Skip to content

Commit

Permalink
Fix MLIR version lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Oct 13, 2024
1 parent 3b073ce commit 88d724f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MLIR.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const MLIR_VERSION = ScopedValue(
)
const MLIR_C_PATH = ScopedValue(@load_preference("MLIR_C_PATH", MLIR_jll.mlir_c))

const MLIR_VERSION_MIN = v"15"
const MLIR_VERSION_MIN = v"14"
const MLIR_VERSION_MAX = v"19"

struct MLIRException <: Exception
Expand Down

0 comments on commit 88d724f

Please sign in to comment.