From 2a2fd4367e3b54607e64b45fded673b9bf378b88 Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Sun, 1 Sep 2013 12:57:42 -0700 Subject: Fix option description that only Clang library is built. * Also fix an annoyance in caveats (llvm3* -> llvm*). Closes #22247. --- Library/Formula/llvm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb index 04f64c8d5..6096348bc 100644 --- a/Library/Formula/llvm.rb +++ b/Library/Formula/llvm.rb @@ -18,7 +18,7 @@ class Llvm < Formula end option :universal - option 'with-clang', 'Build Clang C/ObjC/C++ frontend' + option 'with-clang', 'Build Clang support library' option 'disable-shared', "Don't build LLVM as a shared library" option 'all-targets', 'Build all target backends' option 'rtti', 'Build with C++ RTTI' @@ -87,7 +87,7 @@ class Llvm < Formula s += python.standard_caveats if python s += <<-EOS.undent This formula only provide library components of LLVM. To use full - featured LLVM please try the llvm3* formulae in homebrew-versions tap, + featured LLVM please try the llvm* formulae in homebrew-versions tap, for instance: brew tap homebrew/versions -- cgit v1.2.3