Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

llvm@15: deprecate #196417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions Formula/l/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ class LlvmAT15 < Formula
# The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
license "Apache-2.0" => { with: "LLVM-exception" }

livecheck do
url :stable
regex(/^llvmorg[._-]v?(15(?:\.\d+)+)$/i)
end

bottle do
rebuild 1
sha256 cellar: :any, arm64_sonoma: "b767f1c1ae0719c1a8d1b5f7e7c7d9cead4eca26cab4b204c72800e824c06845"
Expand All @@ -27,6 +22,8 @@ class LlvmAT15 < Formula

keg_only :versioned_formula

deprecate! date: "2024-11-01", because: :versioned_formula
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably want to wait a bit for this one -- users on older systems probably need this to get a newer compiler (particularly for users who can't build newer LLVM)

Copy link
Member

@Bo98 Bo98 Nov 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we special case compiler formulae and only really deprecate them when they are long broken (or super low usage).

LLVM 14 isn't even deprecated so doesn't really make sense to deprecate 15 first.


# https://llvm.org/docs/GettingStarted.html#requirement
# We intentionally use Make instead of Ninja.
# See: Homebrew/homebrew-core/issues/35513
Expand Down
Loading