Skip to content

Commit

Permalink
Bump llvmVlatest to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Oct 3, 2023
1 parent 28a5b76 commit b36a2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Text/LLVM/PP.hs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ llvmV3_8 = 3
-- this is used for defaulting and otherwise reporting the maximum LLVM version
-- known to be supported.
llvmVlatest :: LLVMVer
llvmVlatest = 16
llvmVlatest = 17


-- | The differences between various versions of the llvm textual AST.
Expand Down

0 comments on commit b36a2d7

Please sign in to comment.