Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2024 21:30:52 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b74e0482275e - main - devel/llvm18: 18.1.6 release
Message-ID:  <202405202130.44KLUqqL051830@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b74e0482275ebf33f39cc5db20a61d8744d490e1

commit b74e0482275ebf33f39cc5db20a61d8744d490e1
Author:     Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-05-20 20:51:59 +0000
Commit:     Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-05-20 21:29:35 +0000

    devel/llvm18: 18.1.6 release
    
    Included changes are in the release annoucment:
        https://discourse.llvm.org/t/18-1-6-released/79068
    
    This includes a fix for -march=native which was broken in 18.1.5.  Also
    includs a fix for OpenMP child processes.
    
    PR:             278843, 279131
---
 devel/llvm18/Makefile | 2 +-
 devel/llvm18/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/llvm18/Makefile b/devel/llvm18/Makefile
index 0fc8d1469817..94d84bfc973c 100644
--- a/devel/llvm18/Makefile
+++ b/devel/llvm18/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	llvm
-DISTVERSION=	18.1.5
+DISTVERSION=	18.1.6
 PORTREVISION=	0
 CATEGORIES=	devel lang
 MASTER_SITES=	https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \
diff --git a/devel/llvm18/distinfo b/devel/llvm18/distinfo
index 698d4fd1dd27..a40bb785e507 100644
--- a/devel/llvm18/distinfo
+++ b/devel/llvm18/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714748981
-SHA256 (llvm-project-18.1.5.src.tar.xz) = 3591a52761a7d390ede51af01ea73abfecc4b1d16445f9d019b67a57edd7de56
-SIZE (llvm-project-18.1.5.src.tar.xz) = 132061072
+TIMESTAMP = 1716221976
+SHA256 (llvm-project-18.1.6.src.tar.xz) = bd4b4cb6374bcd5fc5a3ba60cb80425d29da34f316b8821abc12c0db225cf6b4
+SIZE (llvm-project-18.1.6.src.tar.xz) = 132064976



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405202130.44KLUqqL051830>