Skip to content

Commit

Permalink
Bump to llvm 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jpienaar authored Aug 13, 2024
1 parent 67b357b commit 672e029
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 [19]
llvmVersion = mkVersion [20]

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

0 comments on commit 672e029

Please sign in to comment.