Skip to content

Commit ce0bad0

Browse files
committed
libc++
1 parent 9ac566f commit ce0bad0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Formula/llvm/libc++.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libcxx < Formula
22
desc "LLVM C++ standard library"
33
homepage "https://libcxx.llvm.org/"
4-
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.5/llvm-project-19.1.5.src.tar.xz"
5-
sha256 "bd8445f554aae33d50d3212a15e993a667c0ad1b694ac1977f3463db3338e542"
4+
url "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.0/llvm-project-20.1.0.src.tar.xz"
5+
sha256 "4579051e3c255fb4bb795d54324f5a7f3ef79bd9181e44293d7ee9a7f62aad9a"
66
license "Apache-2.0" => { with: "LLVM-exception" }
77

88
bottle do
@@ -22,7 +22,6 @@ def install
2222
s.gsub! "__linux__", "__APPLE__"
2323
s.gsub! "/usr/share/zoneinfo/", "#{tzdb.share}/zoneinfo/"
2424
end
25-
2625
clang = Formula["clang"]
2726
ENV["CC"] = clang.bin/"clang"
2827
ENV["CXX"] = clang.bin/"clang++"
@@ -35,7 +34,6 @@ def install
3534
-D LLVM_ENABLE_RUNTIMES=libcxx;libcxxabi;libunwind
3635
-D LIBCXX_INSTALL_MODULES=ON
3736
-D LIBCXX_ENABLE_TIME_ZONE_DATABASE=ON
38-
-D LIBCXX_ABI_UNSTABLE=ON
3937

4038
-S runtimes
4139
-B build

0 commit comments

Comments
 (0)