From c4cc4ccee4c7250f7385f7272d03a8a1ee2f3abc Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 21 Jun 2013 16:33:38 +0100 Subject: llvm 3.3 bottles --- Library/Formula/llvm.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb index 55b8b0307..aa3456203 100644 --- a/Library/Formula/llvm.rb +++ b/Library/Formula/llvm.rb @@ -23,6 +23,12 @@ class Llvm < Formula head 'http://llvm.org/git/llvm.git' + bottle do + sha1 '61854a2cf08a1398577f74fea191a749bec3e72d' => :mountain_lion + sha1 'fbe7b85a50f4b283ad55be020c7ddfbf655435ad' => :lion + sha1 'f68fdb89d44a72c83db1e55e25444de4dcde5375' => :snow_leopard + end + option :universal option 'with-clang', 'Build Clang C/ObjC/C++ frontend' option 'with-asan', 'Include support for -faddress-sanitizer (from compiler-rt)' -- cgit v1.2.3