Skip to content

Commit

Permalink
devel/llvm18: 18.1.6 release
Browse files Browse the repository at this point in the history
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
  • Loading branch information
brooksdavis committed May 20, 2024
1 parent e3c99d4 commit b74e048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/llvm18/Makefile
Original file line number Diff line number Diff line change
@@ -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/}/ \
Expand Down
6 changes: 3 additions & 3 deletions devel/llvm18/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b74e048

Please sign in to comment.