Skip to content

Commit

Permalink
Bump to LLVM version 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jpienaar authored Feb 4, 2025
1 parent fc141e6 commit 7b88dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Setup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import Control.Lens.Setter
import Control.Lens.Operators ((&))

llvmVersion :: Version
llvmVersion = mkVersion [20]
llvmVersion = mkVersion [21]

llvmConfigProgram :: Program
llvmConfigProgram = (simpleProgram "llvm-config")
Expand Down

0 comments on commit 7b88dfd

Please sign in to comment.