From 7352120a08d05425493b4923781a7362219400a2 Mon Sep 17 00:00:00 2001 From: Michael Dippery Date: Wed, 6 Oct 2010 10:20:35 -0400 Subject: llvm: Update to v2.8 Signed-off-by: Adam Vandenberg --- Library/Formula/llvm.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb index fe2c3d510..b0278d947 100644 --- a/Library/Formula/llvm.rb +++ b/Library/Formula/llvm.rb @@ -3,15 +3,15 @@ require 'formula' def build_clang?; ARGV.include? '--with-clang'; end class Clang