Skip to content

Commit

Permalink
Fix symbol imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Oct 13, 2024
1 parent 0f022a1 commit 3b073ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/API.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module API

using ..MLIR: MLIR_VERSION, MLIRException
using ..MLIR: MLIR_VERSION, MLIRException, MLIR_VERSION_MIN, MLIR_VERSION_MAX

include("Types.jl")
using .Types
Expand Down
2 changes: 2 additions & 0 deletions src/Dialects/Dialects.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module Dialects

using ..MLIR: MLIR_VERSION_MIN, MLIR_VERSION_MAX

include("Utils.jl")

# generate versioned modules
Expand Down

0 comments on commit 3b073ce

Please sign in to comment.