Skip to content

Commit

Permalink
devel/llvm15: Update to 15.0.1
Browse files Browse the repository at this point in the history
Of note: -Wimplicit-function-declaration and -Wimplicit-int have been
downgraded to warn by default rather than error to allow more time for
configure scripts to be updated to avoid spurious errors.  They are
expected to switch back to error in Clang 16.

For a complete list of changes see:
https://discourse.llvm.org/t/llvm-15-0-1-released/65380
  • Loading branch information
brooksdavis committed Sep 20, 2022
1 parent 608c4c1 commit 99b0881
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion devel/llvm15/Makefile
@@ -1,5 +1,5 @@
PORTNAME= llvm
DISTVERSION= 15.0.0
DISTVERSION= 15.0.1
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/llvm15/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1662494004
SHA256 (llvm-project-15.0.0.src.tar.xz) = caaf8100365b6ebafc39fea803e902ca3ff38b4d5327b9927097808d32964db7
SIZE (llvm-project-15.0.0.src.tar.xz) = 112062796
TIMESTAMP = 1663696297
SHA256 (llvm-project-15.0.1.src.tar.xz) = f25ce2d4243bebf527284eb7be7f6f56ef454fca8b3de9523f7eb4efb8d26218
SIZE (llvm-project-15.0.1.src.tar.xz) = 112068688

0 comments on commit 99b0881

Please sign in to comment.