Skip to content

Commit 3b073ce

Browse files
committed
Fix symbol imports
1 parent 0f022a1 commit 3b073ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/API/API.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module API
22

3-
using ..MLIR: MLIR_VERSION, MLIRException
3+
using ..MLIR: MLIR_VERSION, MLIRException, MLIR_VERSION_MIN, MLIR_VERSION_MAX
44

55
include("Types.jl")
66
using .Types

src/Dialects/Dialects.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module Dialects
22

3+
using ..MLIR: MLIR_VERSION_MIN, MLIR_VERSION_MAX
4+
35
include("Utils.jl")
46

57
# generate versioned modules

0 commit comments

Comments
 (0)