aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-06-21 16:33:38 +0100
committerMike McQuaid2013-06-21 16:34:33 +0100
commitc4cc4ccee4c7250f7385f7272d03a8a1ee2f3abc (patch)
treec70738be523ac22232244a913ea18c061359f6a6 /Library
parent1f1c7369c62e701b2b12009d881c9970d80515dc (diff)
downloadhomebrew-c4cc4ccee4c7250f7385f7272d03a8a1ee2f3abc.tar.bz2
llvm 3.3 bottles
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/llvm.rb6
1 files changed, 6 insertions, 0 deletions
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)'