Skip to content

Commit

Permalink
llvm.mk: expose devel/llvm18
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwin committed Mar 27, 2024
1 parent dec8afa commit 5b7ca1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mk/Uses/llvm.mk
Expand Up @@ -36,7 +36,7 @@
.if !defined(_INCLUDE_USES_LLVM_MK)
_INCLUDE_USES_LLVM_MK= YES

_LLVM_MK_VALID_VERSIONS= 10 11 12 13 14 15 16 17
_LLVM_MK_VALID_VERSIONS= 10 11 12 13 14 15 16 17 18
_LLVM_MK_VALID_CONSTRAINTS= min max
_LLVM_MK_VALID_MODES= build run lib
_LLVM_MK_VALID_EXPORTS= export noexport
Expand Down

0 comments on commit 5b7ca1a

Please sign in to comment.