Skip to content

Commit

Permalink
Refactor generator to tblgen_exe
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Jan 8, 2024
1 parent 9b2f01e commit 7c94583
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MLIR.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ module MLIR
import LLVM
using Artifacts

const generator = artifact"MLIR/mlir-jl-tblgen"
tblgen_exe() = artifact"MLIR/mlir-jl-tblgen"
tblgen_exe(f) = f(tblgen_exe())

module API
using CEnum
Expand Down

0 comments on commit 7c94583

Please sign in to comment.