git: c0fdd16997be - main - Mk/Uses: Add llvm19 support to llvm.mk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Aug 2024 02:59:28 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0fdd16997be58edb0b4d8b9e53f5cf760a4293f commit c0fdd16997be58edb0b4d8b9e53f5cf760a4293f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-20 02:58:59 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-20 02:58:59 +0000 Mk/Uses: Add llvm19 support to llvm.mk --- Mk/Uses/llvm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Uses/llvm.mk b/Mk/Uses/llvm.mk index 978784f11541..620427320a31 100644 --- a/Mk/Uses/llvm.mk +++ b/Mk/Uses/llvm.mk @@ -37,7 +37,7 @@ .if !defined(_INCLUDE_USES_LLVM_MK) _INCLUDE_USES_LLVM_MK= YES -_LLVM_MK_VALID_VERSIONS= 11 12 13 14 15 16 17 18 +_LLVM_MK_VALID_VERSIONS= 11 12 13 14 15 16 17 18 19 _LLVM_MK_VALID_CONSTRAINTS= min max _LLVM_MK_VALID_MODES= build run lib _LLVM_MK_VALID_EXPORTS= export noexport