Skip to content

Commit

Permalink
llvm 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and ZhongRuoyu committed Mar 6, 2024
1 parent 78ce1a6 commit 5a18052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
File renamed without changes.
13 changes: 2 additions & 11 deletions Formula/l/llvm.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
class Llvm < Formula
desc "Next-gen compiler infrastructure"
homepage "https://llvm.org/"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-17.0.6/llvm-project-17.0.6.src.tar.xz"
sha256 "58a8818c60e6627064f312dbf46c02d9949956558340938b71cf731ad8bc0813"
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.0/llvm-project-18.1.0.src.tar.xz"
sha256 "758a048046ac5024f86c868bb17c631500eed8f8d2677ae6a72ab7ad01602277"
# The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
license "Apache-2.0" => { with: "LLVM-exception" }
revision 1
head "https://github.com/llvm/llvm-project.git", branch: "main"

livecheck do
Expand Down Expand Up @@ -50,14 +49,6 @@ class Llvm < Formula
# Fails at building LLDB
fails_with gcc: "5"

# Fix arm64 misoptimisation in some cases.
# https://github.com/Homebrew/homebrew-core/issues/158957
# Remove with LLVM 18.
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/23704400c86976aaa4f421f56928484a270ac79c/llvm/17.x-arm64-opt.patch"
sha256 "0e312207fd9474bd26f4a283ee23d94b334d3ec8732086d30bce95f7c8dc2201"
end

def python3
"python3.12"
end
Expand Down

0 comments on commit 5a18052

Please sign in to comment.